[Webkit-unassigned] [Bug 32397] New: ScrollView::scroll() does not check prohibitsScrolling()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 15:42:47 PST 2009


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

           Summary: ScrollView::scroll() does not check
                    prohibitsScrolling()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pkasting at google.com
                CC: hyatt at apple.com


ScrollView has a flag to prohibit scrolling.  Mac has a setter for this in
WebView.mm, though I don't know what triggers it.

Unfortunately, it doesn't look to me like all codepaths check this.  It is
checked in setScrollPosition(), which is used in programmatic scrolling, pan
scrolling and (right now) wheel scrolling, and it is (perhaps wrongly?) checked
in updateScrollbars(), which is called by a number of different setup functions
like setUseFixedLayout(), setContentSize(), etc.  But it is not checked in
scroll(), which is used for keyboard scrolling and (in the future) wheel
scrolling.

More info on what this is used for would be helpful.

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