Bug 28034 - layout issue due to float:left of <p> preceding table
Summary: layout issue due to float:left of <p> preceding table
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.forum.magnifiquelingerie.c...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-08-05 16:59 PDT by jasneet
Modified: 2012-10-19 14:00 PDT (History)
2 users (show)

See Also:


Attachments
reduced testcase (491 bytes, text/html)
2009-08-05 16:59 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2009-08-05 16:59:15 PDT
Created attachment 34192 [details]
reduced testcase

I Steps:
Go to http://www.forum.magnifiquelingerie.com/viewtopic.php?f=6&t=107

II Issue:
posts should be aligned below Print view and more towards right side

III Conclusion:
The issue is caused by the float:left of the <p> preceding the <table> that has the 
page contents.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 46809

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=18001
Comment 1 Robert Hogan 2012-10-19 14:00:44 PDT
Looks fine to me. WebKit r131397 renders this the same as FF, IE, and Opera.