Summary: | Highlight for search match in overflow node is not properly scrolled | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> | ||||||||
Component: | Frames | Assignee: | Tim Horton <thorton> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | commit-queue, dvoytenko, malte, simon.fraser, thorton, webkit-bug-importer, wenson_hsieh | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | iPhone / iPad | ||||||||||
OS: | iOS 11 | ||||||||||
Attachments: |
|
Description
Frédéric Wang (:fredw)
2017-08-01 09:49:02 PDT
Created attachment 335689 [details]
testcase
This is an extended testcase, showing that dynamic scrolls of the main frame or of the subframe make the selection disappear (contrary to desktop).
So to summarize:
- User scroll of a the main frame with hightlighted text works.
- User scroll of a subframe with hightlighted text does not update the position of the highlighted text.
- Programmatic scroll of the main frame or a subframe with hightlighted text makes the selection disappear.
Created attachment 373166 [details]
Patch
Comment on attachment 373166 [details] Patch Clearing flags on attachment: 373166 Committed r246948: <https://trac.webkit.org/changeset/246948> All reviewed patches have been landed. Closing bug. |