Closed Bug 66772 Opened 24 years ago Closed 23 years ago

WRMB: Weird page display caused by overlapping or unclosed tags

Categories

(Core :: DOM: HTML Parser, defect, P1)

x86
Windows 2000
defect

Tracking

()

RESOLVED WORKSFORME
mozilla0.9.4

People

(Reporter: alexeyc2003, Assigned: harishd)

References

()

Details

(Keywords: testcase, topembed)

Attachments

(9 files)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20010126
BuildID:    2001012620

Mozilla seems to have trouble displaying Nero download page
http://www.nero.com/en/download.htm the way it was intended to be. Looks REALLY
weird.
The page has no <!DOCTYPE> tag nor any CSS styles in it.
Strangely IE and NS4 have no problems displaying it.
I didn't analyse the page code to try to figure out why it happens.
Hope there's someone who has time and patience to do that. :o)
Reporter, could you attach screenshots of how the page looks in Mozilla and of
how it looks in NN/IE?
Attached image Mozilla screenshot
Attached image IE v5.5 SR1 screenshot
The page was better 2001-01-11. The nested tables have been wrong (this has been 
fixed with bug 13553), the page has significantly regressed on 2001-01-12. I am 
looking further on it
Status: UNCONFIRMED → NEW
Component: Layout → HTMLTables
Ever confirmed: true
I belief that fix was about bug 63445
This bug was introduced by harishd with his fix for bug 64622
. Backing out the changes fixes the bug. Reassigning. Rising priority.
Assignee: karnaze → harishd
Component: HTMLTables → Parser
Priority: -- → P2
On my build ( with the patch for bug 64622 ) I don't see this problem. Also, 
2001-01-28-21-Mtrunk does not exhibit this problem.  Which build are u using?
Status: NEW → ASSIGNED
i'm seeing this on 2001-01-28-21-Mtrunk linux build.
Harish, if you convince me, that the attachment from 8:55 is not weird in 
comparison with IE5, Nav4.6 and my attachment from 10:52, I will send you out a 
beer immediately. If your trunk build shows something else could you please 
attach a screenshot.
Build 2001012920 on WinNT4 looks like shit! Try to use a link on that page!
Just tried it on Build 2001013004 Win2K
It actually looks a little bit better than Build 2001012620
I did some code analysing on the page, and it is <FONT> tag indeed that
triggered these problems. On the screenshot you can see 2 problems: inner tables
being aligned weirdly, and the main outer table being broken. The inner tables
problem seems to be fixed.
The page itself I must say is very buggy, with tags overlapping and not being
closed. But that's what we have quirks mode for. Competitive browsers handle
this page very gracefully.
Here is the narrowed down bit of code with overlapping <FONT> tag which I
believe causes the problem.
   <TD>
    <FONT FACE="Arial"><B>Free Nero 5.0 Demo</B><BR>
    <FONT SIZE=-1>
    TEXT
    <TABLE bordercolorr="#000080" border=1 align=right cellPadding=2
cellSpacing=0 width=400>
    <TR><TD>TEXT</FONT></TD></TR>
    </TABLE>
    </FONT>
   </TD>

Thanx alexeyc for narrowing down the problem.
updating summary
Summary: Weird page display → Weird page display caused by overlapping or unclosed tags
Attached file testcase
Attached a simple testcase which is a narrowed down code from Nero page.
if this bug is corrected both tables should look identical.

Interestingly NSv4.76 has problems displaying inner tables of this testcase
because they are align=right, while it displays the actual Nero page, from which
this code been taken out, correctly. weird. :o)
*** Bug 69576 has been marked as a duplicate of this bug. ***
This bug has been marked "future" because the original netscape engineer working 
on this is over-burdened. If you feel this is an error, that you or another 
known resource will be working on this bug,or if it blocks your work in some way 
-- please attach your concern to the bug for reconsideration. 
Target Milestone: --- → Future
Keywords: 4xp, testcase
*** Bug 82644 has been marked as a duplicate of this bug. ***
adding WRMB in summary, adding topembed, cc chofmann, marek
Keywords: topembed
Summary: Weird page display caused by overlapping or unclosed tags → WRMB: Weird page display caused by overlapping or unclosed tags
Target Milestone: Future → ---
*** Bug 95918 has been marked as a duplicate of this bug. ***
Attached file simplified testcase
*** Bug 56245 has been marked as a duplicate of this bug. ***
Refer to the patch in bug 56245. I'm still working on a better patch due to
inconsistencies in userdefined tag behavior.
Target Milestone: --- → mozilla0.9.4
--> P1
Priority: P2 → P1
*** Bug 96079 has been marked as a duplicate of this bug. ***
I went through all ( I think! ) the duplicates and testcases and it looks like
the fix for bug 56245 has done the trick. What should we do with this bug now?
Mark it   FIXED?
yeah, mark it fixed.
what does WRMB mean?
I believe WORKSFORME is more adequate as there was no specific fix for this bug.

Anyway, WFM with a fresh CVS build (WindowsME) made at 2001082418. Marking
accordingly.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
WRMBs are META bugs. I'm not sure if this should be marked WFM. I'm going to
reopen for now.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
There are 24 META bugs and 3 WRMB bugs (89245, 93003, 93560) marked WORKSFORME.

Marking WORFSFORME again on the WFM comments  and the existence of the above
mentioned three bugs. If you disagree with this evidence, of course you are free
to reopen the bug.
Status: REOPENED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → WORKSFORME
*** Bug 97002 has been marked as a duplicate of this bug. ***
Marking verified on the Sept 28th branch build.
Keywords: vtrunk
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: