WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
95032
padding inside scrollable boxes doesn't follow CSS 2.1
https://bugs.webkit.org/show_bug.cgi?id=95032
Summary
padding inside scrollable boxes doesn't follow CSS 2.1
Luca Wehrstedt
Reported
2012-08-26 08:45:46 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2022-02-25 14:38:55 PST
http://jsfiddle.net/DARgK/2/
renders the same way in all 3 major browsers now.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug