Bug 20026 - webkit_web_view_mark_text_matches calls markAllMatchesForText with wrong argument
Summary: webkit_web_view_mark_text_matches calls markAllMatchesForText with wrong argu...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-13 06:01 PDT by Roman Joost
Modified: 2017-03-11 10:49 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Joost 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.