Bug 28142

Summary: Line breaks in HTML of floated tag breaks padding-right.
Product: WebKit Reporter: Elliott Kember <elliott.kember>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: robert
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
HTML file illustrating CSS rendering bug none

Elliott Kember
Reported 2009-08-10 05:12:03 PDT
Created attachment 34447 [details] HTML file illustrating CSS rendering bug Steps to reproduce: 1) Open attached file. Actual results: 1) Last element's RHS padding is zero Expected Results: 1) Second element's RHS padding should be 50px, as defined. Additional information: No amount of extra CSS or specificity seems to be able to override the padding-right issue. It is always the last element, when not followed by any more siblings, which has the problem. When followed by another element, the margin-right seems to be less than expected. Build: Safari 4.0.2, WebKit 5530.19
Attachments
HTML file illustrating CSS rendering bug (360 bytes, text/html)
2009-08-10 05:12 PDT, Elliott Kember
no flags
Robert Hogan
Comment 1 2012-10-19 14:02:36 PDT
Looks fine to me with WebKit r131397.
Note You need to log in before you can comment on or make changes to this bug.