Bug 185798
Summary: | [GTK] FindController: search occurrences not highlighted after loading new page | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sébastien Wilmet <swilmet> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, calvaris, mcatanzaro |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugzilla.gnome.org/show_bug.cgi?id=793716 |
Sébastien Wilmet
[GTK] FindController: search occurrences not highlighted after loading new page.
I think it's a bug in WebKitFindController:
1. webkit_find_controller_search() is called --> the search occurrences are correctly highlighted.
2. The WebKitWebView loads another page --> the search occurrences are not highlighted in the new page content, but webkit_find_controller_get_search_text() still returns the same search text that was previously set.
The Devhelp bug:
https://bugzilla.gnome.org/show_bug.cgi?id=793716
As explained in the Devhelp bug, Epiphany is good at avoiding this bug :-)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |