[Webkit-unassigned] [Bug 98168] New: Move side-effects on hover/active state out of hit-testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 09:26:50 PDT 2012


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

           Summary: Move side-effects on hover/active state out of
                    hit-testing
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com


In an effort to make hit-testing a mere algorithm and not cause side-effect we should move the call to Document::updateHoverActiveState() out of RenderView()::hitTest. Since Document::updateHoverActiveState() only has an effect when the HitTestRequest is not readonly, only a few places activating hit-testing will need to be modified.

The bug will be followed up by one refactoring updateHoverActiveState to no longer take a HitTestRequest as an argument, and once  bug #96908 is also closed, it will be possible to remove all information about which type of event triggered the hit-test from HitTestRequest.

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