[Webkit-unassigned] [Bug 20026] New: webkit_web_view_mark_text_matches calls markAllMatchesForText with wrong argument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 13 06:01:19 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20026

           Summary: webkit_web_view_mark_text_matches calls
                    markAllMatchesForText with wrong argument
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: romanofski at gimp.org


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.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list