Closed
Bug 168817
Opened 23 years ago
Closed 23 years ago
Tables loaded improperly
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 149940
People
(Reporter: alot, Assigned: karnaze)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
The homepage cannot be loaded properly due to the table constructions.
Reproducible: Always
Steps to Reproduce:
1.Use IE
2.
3.
Actual Results:
Loaded properly
Expected Results:
Rows and Columns are not loaded into the right order and right place.
Comment 1•23 years ago
|
||
These pages contain invalid comments (visible for 'July/August Admission
Results'). If you look at the source-code of the page, you'll see that Mozilla
has commnetd out various parts of the HTML-code, which destroys the whole
layout. See bug 102127 comment 16 and 17 for an explanation.
In short, comments have to be like:
<!-- comment -->
not like:
<!------------ comment ----------->
a single '--' wil END the comment in strict mode !
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 2•23 years ago
|
||
This is a dupe actually...
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 149940 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•