Closed
Bug 831
Opened 26 years ago
Closed 26 years ago
Incorrect table layout
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M4
People
(Reporter: vidur, Assigned: vidur)
References
()
Details
This is actually one of the frames displayed in http://www.legomindstorms.com
(it makes heavy use of scripting). One of the images is missing and the
background of one of the cells is not painted (hence the wrong background for
the last image). At least part of the problem is table related.
The behavior of this frame is odd. We'll need to look at the actual javascript
to understand what's going on.
The source page has a table with 3 rows plus 1 script after the last row. Each
row has 1 cell. The content of the 1st row is text. The content of the 2nd row
is generated from a script, it seems to be a FLASH data type. The 3rd row
contains an image. There seems to be a 4th row generated by the script that
resolves to an image also.
In Nav 4.5b2 and IE 4.0, I see the first 3 rows: text, FLASH plugin, image.
In NGLayout, I see the 1st and 3rd rows, and the content of what should be the
4th row as content outside the table. A dump of the content shows a table with 3
rows with the script-generated 2nd row empty (<tr></tr>), and an image after the
table.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 4•26 years ago
|
||
Maybe they changed the content, maybe we just got better. Everything looks
hunky-dory now.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Works fine in April 13th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•