Bug 17584 - float:left for <li> is causing inner table overflow
Summary: float:left for <li> is causing inner table overflow
Status: RESOLVED DUPLICATE of bug 3564
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://qun.51.com/hunanzq/qun_bbs_vie...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 18:57 PST by jasneet
Modified: 2008-02-27 22:22 PST (History)
2 users (show)

See Also:


Attachments
screenshot (174.42 KB, image/jpeg)
2008-02-27 18:58 PST, jasneet
no flags Details
reduction (617 bytes, text/html)
2008-02-27 18:59 PST, jasneet
no flags Details
Further reduction (294 bytes, text/html)
2008-02-27 22:00 PST, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-02-27 18:57:31 PST
I Steps:
Go to
http://qun.51.com/hunanzq/qun_bbs_view.php?post_id=81565

II Issue:
Notice the overflow of text(going out of the table) at right side of webpage.

III Conclusion: float:left for <li> is causing inner table overflow.

IV Other browsers: 
FF3: ok
Opera: ok
IE 7: ok

V Nightly tested: 30236
Comment 1 jasneet 2008-02-27 18:58:44 PST
Created attachment 19425 [details]
screenshot
Comment 2 jasneet 2008-02-27 18:59:29 PST
Created attachment 19426 [details]
reduction
Comment 3 mitz 2008-02-27 22:00:07 PST
Created attachment 19429 [details]
Further reduction

When preparing a reduction, it is often helpful to omit elements that have complex behaviors, such as <li>, and see if the problem can be reproduced with <div>s and minimal style properties. This makes for a better starting point for the person wanting to investigate the bug and also lets you give the bug a better, more accurate title.
Comment 4 mitz 2008-02-27 22:22:16 PST

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