Closed
Bug 137566
Opened 24 years ago
Closed 24 years ago
Mozilla prints out HTML tags instead of using them as tags
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 117441
People
(Reporter: sami.makinen, Assigned: harishd)
References
()
Details
Attachments
(1 file)
|
122.10 KB,
text/plain
|
Details |
sometimes UBB discussion forum software produces HTML that gets screwed up by
Mozilla. Tags are printed out as-is instead of interpreting them. This happens
rarely, I have no idea what causes it, but I managed to save two pages that
demonstrate this problem. I can get more examples if necessary, but the page has
to be just right in order to get the bug, so it might take a while.
http://fess.homelinux.net/ubb/ultimatebb.cgi.html has a "broken" A HREF tag near
the bottom of the page. The source code is a-ok as far as I can see, and this
page is directly off my HD so there can't be any transmission errors.
http://fess.homelinux.net/ubb/ultimatebb2.cgi.html has a "broken" FONT tag a
little past halfway on the page. Again, the source checks out just fine.
I think this bug has been around for a long while. It's not exactly serious, but
a bug nevertheless.
| Reporter | ||
Comment 1•24 years ago
|
||
BTW if you don't see the bug right away, try reloading the page once. I just
managed to load one of the pages without getting the bug, but reloading
recreated the bug.
| Reporter | ||
Comment 2•24 years ago
|
||
one more: http://fess.homelinux.net/ubb/ultimatebb.cgi.html has somehow corrupt
tables, even though the HTML should work.
Maybe there's just too many tags?
Comment 3•24 years ago
|
||
Pages look fine to me under build 2002041204 / W2k.
| Reporter | ||
Comment 4•24 years ago
|
||
Just downloaded build 2002041510, and I'm still seeing the bugs on all three
pages. This is on Debian Linux 3.0.
I recall seeing this in W2K also, but I might be mistaken... but I'm about to
reboot into Windows so I can check there too.
| Reporter | ||
Comment 5•24 years ago
|
||
I am on build 2002031104 on W2K, and I'm seeing the bugs on all three pages. Two
of the pages needed to be reloaded once before getting the bug. Furthermore, in
both W2K and Linux, I'm using the Tabbed interface.
Hope you guys don't mind the spam :)
Comment 6•24 years ago
|
||
confirmed build 2002041408 win98 but the broken tag isn't always the same. It
changes every time you reload the page, and sometimes may not happen at all.
Comment 7•24 years ago
|
||
Confirmed under 0.9.9 and build 2002041503.
Refresh is not always required to cause the error.
Enclosed is a file that shows the differences between requesting the _same_
page twice from the server.
All lines are indented. The left hand column flags show the lines which are
different (they are not HTML tags)
Some tags are missing. Others are lt; gt; style tags instead of being
appropriate brackets.
The browser appears to be rendering as best it can what is 'bad' html.
Comment 8•24 years ago
|
||
To parser, and this is a duplicate. Please find the original and dup this.
Assignee: jst → harishd
Component: DOM HTML → Parser
QA Contact: stummala → moied
Whiteboard: DUPEME
Comment 9•24 years ago
|
||
Founded bug 117441
Comment 10•24 years ago
|
||
*** This bug has been marked as a duplicate of 117441 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•