Bug 185798 - [GTK] FindController: search occurrences not highlighted after loading new page
Summary: [GTK] FindController: search occurrences not highlighted after loading new page
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-19 06:26 PDT by Sébastien Wilmet
Modified: 2018-05-21 04:15 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sébastien Wilmet 2018-05-19 06:26:42 PDT
[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 :-)