Bug 180576
Summary: | [GTK] Searching text on page doesn't change scroll position correctly when zoom is applied | ||
---|---|---|---|
Product: | WebKit | Reporter: | Konstantin Tokarev <annulen> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, bugs-noreply, cadubentzen, cgarcia, mcatanzaro, simon.fraser, zalan |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Konstantin Tokarev
How to reproduce:
1. Open https://wiki.openstreetmap.org/wiki/Template:PastEvents
2. Try to find string "Leoben" (it can be found at four places)
Without zoom it works as expected: page scrolls to each text match. With any zoom change (either zoom in or zoom out) it breaks: scroll position changes for the first match only and then stops.
Reproduced with trunk with GTK port. Originally reported for Qt port (https://github.com/OtterBrowser/otter-browser/issues/1463). I guess this is generic WebCore issue.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
This works correctly on Mac with both pinch zoom, and command-+ zoom.
Michael Catanzaro
Let's use a GTK prefix, then.
I can reproduce.