[Webkit-unassigned] [Bug 76717] New: WebScrollbar implementation doesn't validate SetValue calls against document size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 10:48:30 PST 2012


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

           Summary: WebScrollbar implementation doesn't validate SetValue
                    calls against document size
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: raymes at google.com


Chromium WebScrollbarImpl's setValue() accepts values which are outside the document size and setDocumentSize() accepts values even when they are lower than the
current scroll position. According to brettw's comment on the chromium.org bug (http://code.google.com/p/chromium/issues/detail?id=89367), the following should be the correct behavior:
-If setValue() is passed a value > documentSize, then nothing should happen.
-If setDocumentSize() is passed a size < the scroll position, then the scroll position should be capped at the document size.

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