Closed Bug 3419 Opened 26 years ago Closed 26 years ago

floating table bug...

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: rickg, Assigned: buster)

Details

Looks like USAToday.com, looksmart.com, hotwired.com, news.com, sportsline.com all suffer from floating tables bug. Here's a simplified test case. I feel guilty adding to your work load :). <html> <body> <table align=left border=1 cellpadding=0 cellspacing=0> <tr bgcolor="ffcc00"> <td>automotive</td> </tr> </table> <table border=1 cellspacing=0 cellpadding=0> <tr> <td>News - Thursday, March 4, 1999</td> </tr> </table> </body> </html>
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This bug was fixed when I fixed the other floating table bugs a few days ago.
Note: Look carefully at your test. The second table is NOT floating.
Status: RESOLVED → VERIFIED
Fixed in March 23rd Build.
You need to log in before you can comment on or make changes to this bug.