WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
20026
webkit_web_view_mark_text_matches calls markAllMatchesForText with wrong argument
https://bugs.webkit.org/show_bug.cgi?id=20026
Summary
webkit_web_view_mark_text_matches calls markAllMatchesForText with wrong argu...
Roman Joost
Reported
2008-07-13 06:01:19 PDT
I think there is a bug on how markAllMatchesForText is called by webkit_web_view_mark_text_matches. In webkitwebview.cpp line 1736 the parameter shouldHighlight is called with 'false' and should be 'true'. The function returns the amount of matches, but don't highlight the matches at all. The docstring indicates that though. So either the docstring is wrong or the function call. This bug is found in webkit vers. 1.0.1.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug