RESOLVED INVALID 34886
[Qt] QWebView::findText( QString() ); Should clear any highlights.
https://bugs.webkit.org/show_bug.cgi?id=34886
Summary [Qt] QWebView::findText( QString() ); Should clear any highlights.
kde
Reported 2010-02-12 04:15:13 PST
(Version is a guess, it's the one from Qt 4.6.x) When calling findText() with the highlighAllOccurences flag set text is highlighted as it should, however I've been unable to remove this highlighting after the searches are done. According to the documentation for findText() I get the impression that calling this function with an empty string should clear all highlights but this is not the case. /Regards
Attachments
Tor Arne Vestbø
Comment 1 2010-03-10 06:40:52 PST
Please follow the QtWebKit bug reporting guidelines when reporting bugs. See http://trac.webkit.org/wiki/QtWebKitBugs Specifically: - The 'QtWebKit' component should only be used for bugs/features in the public QtWebKit API layer, not to signify that the bug is specific to the Qt port of WebKit http://trac.webkit.org/wiki/QtWebKitBugs#Component - Add the keyword 'Qt' to signal that it's a Qt-related bug http://trac.webkit.org/wiki/QtWebKitBugs#Keywords
Kent Hansen
Comment 2 2010-03-11 07:14:24 PST
Please add a testcase.
Note You need to log in before you can comment on or make changes to this bug.