Bug 14342
Summary: | Padding-right is not rendered accordingly in an overflowed block-level element | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gérard Talbot (no longer involved) <browserbugs2> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | VERIFIED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://www.gtalbot.org/BrowserBugsSection/Opera9Bugs/Opera9PaddingRightMisrendered.html |
Gérard Talbot (no longer involved)
DUP of bug 13632 ?
Steps:
Load provided URL
Actual results in Safari 3.0.2 build 522.13.1:
padding-right is not rendered at all or padding-right is 0
Expected results:
a padding-right of 50px should be rendered
Notes
- A padding-left of 50px is rendered
- MSIE 6 and MSIE7 get expected results
There is a good/reasonable chance that this is a DUPLICATE of
bug 13632: Overflow scrolling doesn't account for bottom padding. Please resolve accordingly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dave Hyatt
It is indeed a dup. We fail to honor right padding for the same reason we fail to honor bottom padding. We also don't honor margins on children either (right margins or bottom margins).
Gérard Talbot (no longer involved)
Resolving as DUPLICATE of bug 13632
*** This bug has been marked as a duplicate of 13632 ***