[Webkit-unassigned] [Bug 36982] New: [Chromium]: FindInPage issue with scrollbars not updated on frame pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 14:20:36 PDT 2010


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

           Summary: [Chromium]: FindInPage issue with scrollbars not
                    updated on frame pages
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: finnur.webkit at gmail.com


With Chromium, executing a FindInPage on multi-frame pages doesn't always
update tickmarks on scrollbars for the subframes (sometimes it works, sometimes
partially, sometimes not a all).

There is a reduction here (comment 23):
http://code.google.com/p/chromium/issues/detail?id=13551#c23

Turns out the Invalidate function is calling invalidateRect on the View and is
specifying a rect that's in window coordinates, whereas the invalidateRect
expects frame coordinates.

Patch coming.

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



More information about the webkit-unassigned mailing list