Bug 14342 - Padding-right is not rendered accordingly in an overflowed block-level element
Summary: Padding-right is not rendered accordingly in an overflowed block-level element
Status: VERIFIED DUPLICATE of bug 13632
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.gtalbot.org/BrowserBugsSec...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-23 13:43 PDT by Gérard Talbot
Modified: 2007-08-03 23:08 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gérard Talbot 2007-06-23 13:43:30 PDT
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.
Comment 1 Dave Hyatt 2007-06-23 15:38:16 PDT
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).
Comment 2 Gérard Talbot 2007-06-23 22:39:13 PDT
Resolving as DUPLICATE of bug 13632

*** This bug has been marked as a duplicate of 13632 ***