Closed Bug 492 Opened 27 years ago Closed 26 years ago

Multiple ALIGN="LEFT" tables don't render

Categories

(Core :: Layout: Tables, defect, P2)

x86
All
defect

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: djw → nisheeth
Status: NEW → ASSIGNED
Priority: P3 → P2
Assigning bug and raising priority to P2...
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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: 4110
qa contact set to chrisd@netscape.com for verify against new code base
Status: RESOLVED → REOPENED
OS: Windows 95 → All
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.
Resolution: FIXED → ---
Status: REOPENED → ASSIGNED
Component: Layout → HTMLTables
Product: Mozilla → NGLayout
Version: 1998-06-03 → other
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.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
This is fixed in the latest builds. Please retest.
Status: RESOLVED → VERIFIED
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.