[Webkit-unassigned] [Bug 116896] New: ENABLE(PAN_SCROLLING) AutoscrollController::updateAutoscrollRenderer calls hitTestResultAtPoint with `true` for HitTestRequestType

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 28 15:23:37 PDT 2013


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

           Summary: ENABLE(PAN_SCROLLING)
                    AutoscrollController::updateAutoscrollRenderer calls
                    hitTestResultAtPoint with `true` for
                    HitTestRequestType
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: bweinstein at apple.com


This looks like stale code after hitTestResultAtPoint changed signatures and replaced the second boolean parameter with an optional bitfield parameter.

AutoscrollController::updateAutoscrollRenderer passes bool true for a parameter that used to mean "allowsShadowDOM", but the parameter is now a bitfield of flags, one of which is AllowsShadowDOM.

This could would need to be updated. Or, better yet, if no ports enable PAN_SCROLLING the feature could be removed.

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