[Webkit-unassigned] [Bug 95032] New: padding inside scrollable boxes doesn't follow CSS 2.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 26 08:45:44 PDT 2012


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

           Summary: padding inside scrollable boxes doesn't follow CSS 2.1
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luca.wehrstedt at gmail.com


I'm using Chromium 21.0.1180.57 (WebKit version 537.1) on Gentoo Linux x86_64.

Chromium and Firefox render this jsFiddle differently: http://jsfiddle.net/DARgK/2/

Chromium shows a white "border" (i.e. the padding) all around the gray box (i.e. div.inner), even at the bottom, even when fully scrolled down.
Firefox doesn't put the padding at the bottom, that is there isn't any "border" at the bottom event when fully scrolled down.
Another way to say it could be that Firefox allows to scroll down until the bottom of the *content*, and no more, while Chromium adds the padding-bottom to that.

Firefox changed this behavior in version 12: they say it's the correct way to render it as of CSS 2.1 (see https://bugzilla.mozilla.org/show_bug.cgi?id=748518).

If that's the case I think WebKit should fix it too.

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