[Webkit-unassigned] [Bug 136265] New: RenderView::hitTest() should ASSERT(!needsLayout())

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 26 14:20:56 PDT 2014


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

           Summary: RenderView::hitTest() should ASSERT(!needsLayout())
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com


We need to ensure that layout is up-to-date when hit testing, but there are many code paths that don't do this currently. We should add ASSERT(!needsLayout()) to RenderView::needsLayout() and fix all the callers.

Also need to remove the renderer().document().updateLayout(); in RenderLayer:hitTest().

-- 
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