Closed
Bug 492
Opened 27 years ago
Closed 26 years ago
Multiple ALIGN="LEFT" tables don't render
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mtrimpe, Assigned: nisheeth_mozilla)
References
()
Details
Created by Michiel Trimpe (mtrimpe@dse.nl) on Friday, July 17, 1998 2:34:54 PM PDT
Additional Details :
IF you have two tables, both align=left , the one that's on
the left, (the first one in the HTML code) renders only as
far as the second table's height. It looks like this
This is what it's suppossed to be:
/-------\ /---------------------\
| Menu1 | | Text Text Text |
| Menu2 | \---------------------/
| Menu3 |
| Menu4 |
\-------/
And this is what it looks like:
/-------\ /---------------------\
| Menu1 | | Text Text Text |
| Menu2 | \---------------------/
Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Assignee | ||
Comment 1•27 years ago
|
||
Assigning bug and raising priority to P2...
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
I just checked in a fix for this. The dummy float element for the left aligned
table was getting inserted into the line list at the beginning rather than at
the end causing the sequence of the tables to get reversed as well as display
screwups.
Please update your source. Thanks for the bug report.
qa contact set to chrisd@netscape.com for verify against new code base
Updated•26 years ago
|
Comment 4•26 years ago
|
||
Created a test case located at the following URL:
http://slip/projects/marvin/bugs/bug_492.html
Test case has two tables, both are left aligned.
Using 2_4 build:
Expected result: Two tables should displayed properly.
Actual result: In Navigator 4.51, this bug behavior occurs. In Raptor, the
page does not load (cross platform).
Reopening bug and changing OS to 'All'.
Should this bug be in NGLayout? Component should be changed to 'HTML Tables' but
that option is not available under the product Mozilla.
Updated•26 years ago
|
Resolution: FIXED → ---
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → ASSIGNED
Component: Layout → HTMLTables
Product: Mozilla → NGLayout
Version: 1998-06-03 → other
Assignee | ||
Comment 5•26 years ago
|
||
Changing the product to NGLayout and removing toshok from the CC list. I'm in
the process of pulling and rebuilding. I'll test this out on the latest build
once I'm ready.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•26 years ago
|
||
This is fixed in the latest builds. Please retest.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Using 4/16 build on Win 95, Win NT, Win 98, Mac8.5 and Linux.
Tables render completely. Verified this bug fixed. Note: there seems to be an
alignment problem with the tables - will write up new bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•