Bug 19196 - table is floating incorrectly because of float
Summary: table is floating incorrectly because of float
Status: RESOLVED INVALID
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://dm.99770.com/ComicABC/1/
Keywords:
: 19339 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-22 11:47 PDT by Calvin Anderson
Modified: 2011-10-20 05:27 PDT (History)
1 user (show)

See Also:


Attachments
test case (510 bytes, text/html)
2008-06-06 03:15 PDT, Robert Blaut
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Calvin Anderson 2008-05-22 11:47:47 PDT
I Steps:
 Go to http://dm.99770.com/ComicABC/1/
 
 II Issue:
 the input box, horizontal dotted line and the texts are floating incorrectly.
 
 III Conclusion:
 There's a table that contains a <div> and an inner table. The issue is caused by the float:left style of the <div> preceding the inner table.
 
 IV Other browsers:
 IE7 : Ok
 FF3 : Ok
 Opera : Ok
 
 V Nightly tested: 33029
Comment 1 Robert Blaut 2008-06-06 03:15:17 PDT
*** Bug 19339 has been marked as a duplicate of this bug. ***
Comment 2 Robert Blaut 2008-06-06 03:15:47 PDT
Created attachment 21522 [details]
test case
Comment 3 Tab Atkins 2011-10-20 05:27:51 PDT
I don't immediately see any problem with either the referenced site or the test case.  As well, testing modern FF shows that they have a nearly identical rendering to us.

As such, I'm closing this bug as invalid.  If there is still a problem, please reopen the bug with a more precise description of the problem and a testcase illustrating it.