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)
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)
Comment 1•24 years ago
|
||
Reporter, could you attach screenshots of how the page looks in Mozilla and of
how it looks in NN/IE?
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
Reporter | ||
Comment 4•24 years ago
|
||
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
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
Comment 10•24 years ago
|
||
Comment 11•24 years ago
|
||
Comment 12•24 years ago
|
||
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.
Assignee | ||
Comment 13•24 years ago
|
||
Comment 14•24 years ago
|
||
Build 2001012920 on WinNT4 looks like shit! Try to use a link on that page!
Reporter | ||
Comment 15•24 years ago
|
||
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>
Reporter | ||
Comment 16•24 years ago
|
||
Assignee | ||
Comment 17•24 years ago
|
||
Thanx alexeyc for narrowing down the problem.
Comment 18•24 years ago
|
||
updating summary
Summary: Weird page display → Weird page display caused by overlapping or unclosed tags
Reporter | ||
Comment 19•24 years ago
|
||
Reporter | ||
Comment 20•24 years ago
|
||
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)
Assignee | ||
Comment 21•24 years ago
|
||
*** Bug 69576 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 22•24 years ago
|
||
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
Reporter | ||
Updated•24 years ago
|
Reporter | ||
Comment 23•24 years ago
|
||
*** Bug 82644 has been marked as a duplicate of this bug. ***
Comment 24•23 years ago
|
||
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 → ---
Comment 25•23 years ago
|
||
*** Bug 95918 has been marked as a duplicate of this bug. ***
Comment 26•23 years ago
|
||
Simple testcase: attachment 46353 [details]
Reporter | ||
Comment 27•23 years ago
|
||
Assignee | ||
Comment 28•23 years ago
|
||
*** Bug 56245 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 29•23 years ago
|
||
Refer to the patch in bug 56245. I'm still working on a better patch due to
inconsistencies in userdefined tag behavior.
Comment 31•23 years ago
|
||
*** Bug 96079 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 32•23 years ago
|
||
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?
Reporter | ||
Comment 33•23 years ago
|
||
yeah, mark it fixed.
what does WRMB mean?
Comment 34•23 years ago
|
||
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
Assignee | ||
Comment 35•23 years ago
|
||
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 → ---
Comment 36•23 years ago
|
||
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 ago → 23 years ago
Resolution: --- → WORKSFORME
Comment 37•23 years ago
|
||
*** Bug 97002 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•