[Webkit-unassigned] [Bug 25969] New: REGRESSION (r42334): Unnecessary scroll bars remain after the document shrinks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 14:48:41 PDT 2009


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

           Summary: REGRESSION (r42334): Unnecessary scroll bars remain
                    after the document shrinks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Regression, NeedsRadar
          Severity: Normal
          Priority: P1
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


In the attached test case, the document initially requires both scroll bars,
but then it shrinks down to a size that will allow it to fit in a window
without scroll bars. The scroll bars should be removed, but they are not,
because the document’s size is compared to the viewable size with the
scrollbars still present, which is smaller.

This is a regression from <http://trac.webkit.org/changeset/42334>, which
removed some of the logic that account for present scroll bars.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the webkit-unassigned mailing list