Closed
Bug 302319
Opened 19 years ago
Closed 19 years ago
Table rendering confused after many tables in a big file
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 256180
People
(Reporter: mozilla, Unassigned)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+
See attached HTML page (near the end).
This page is working with IE, Opera and konqueror, not with forefiw 1.0.4 and
Dear Park Alpha 2.
Reproducible: Always
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
I can see this as well. The html is not the best, but from what I can see the
tables that aren't displayed correctly only seem to contain the same errors as
those that do.
For some reason, selecting one of the bad tables and viewing the selection
source shows an empty table element, followed by all the rows of that table as
plain text.
Component: General → Layout: Tables
Product: Firefox → Core
Version: unspecified → Trunk
Reporter | ||
Comment 3•19 years ago
|
||
I've corrected the code, by replacing all !
<div class="saut" />
by
<div class="saut"></div>
Hope this help
Reporter | ||
Comment 4•19 years ago
|
||
I've corrected the code, by replacing all !
<div class="saut" />
by
<div class="saut"></div>
Hope this help
Updated•19 years ago
|
QA Contact: general → layout.tables
Comment 5•19 years ago
|
||
This is basically bug 256180 -- all those divs are not closed...
*** This bug has been marked as a duplicate of 256180 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•