Closed
Bug 136888
Opened 23 years ago
Closed 22 years ago
HTML code inside NOSCRIPT after BODY end isn't rendered as HTML (Mozilla display some HTML code at the end)
Categories
(Core :: Layout, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 134401
Future
People
(Reporter: hc, Assigned: kinmoz)
References
()
Details
(Keywords: regression, testcase, topembed+, Whiteboard: edt_b3)
Attachments
(1 file, 1 obsolete file)
358 bytes,
text/html
|
Details |
Some HTML code is displayed the bottom of the page.
This does not happen when using IE 5.00.3314.2101 Version SP2;q295106;
I can not copy and paste the HTML code from Mozilla even though I can mark the
the HTML code.
When I go to view source though I am able to copy some of the HTML code and
paste it here below.
I assume this is some general parsing/rendering feature where IE and Mozilla
differs which should be taken care of somehow.
<p>
<font face=Arial,Helvetica size="-1">
Information and resources for motility, motility, bowel motility, cell
motility, chlamydomonas flagel motility, esophageal motility, esophageal
motility disorder, gastrointestinal motility, low sperm motility, motility,
motility disorder,sperm motility.
</font>
</p>
....
and a lot more.
Comment 1•23 years ago
|
||
Page looks like:
<HTML>
...
<BODY>
...
</BODY>
<NOFRAMES>
<p><font face=Arial,Helvetica size="-1">
Information and resources for motility, motility, bowel motility, cell
...
</NOFRAMES>
</HTML>
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Testcase with text inside body, outside body and outside body bud inside
noframes.
Comment 4•23 years ago
|
||
Attachment #78734 -
Attachment is obsolete: true
Updated•23 years ago
|
Keywords: testcase
Summary: Mozilla display some HTML code at the end → HTML code inside NOSCRIPT after BODY end isn't rendered as HTML (Mozilla display some HTML code at the end)
Comment 5•23 years ago
|
||
Confirmed on linux 2002040410 (which was before the line number fix landed) and
on current trunk CVS and 2002041108 (which was after). Over to parser to see if
we want to fix this. However it is bad HTML and I would recommend giving to
evangelism.
Assignee: Matti → harishd
Status: UNCONFIRMED → NEW
Component: Browser-General → Parser
Ever confirmed: true
OS: Windows NT → All
QA Contact: imajes-qa → moied
The content model looks correct. To view the content model type
javascript:alert(document.body.innerHTML); on the URL bar after loading the
testcase. Notice that the NOFRAMES content is intact. This is a layout problem.
Assignee: harishd → attinasi
Component: Parser → Layout
Keywords: regression
QA Contact: moied → petersen
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Comment 8•22 years ago
|
||
this may be important for a future embedding client, nominating topembed
Keywords: topembed
Updated•22 years ago
|
![]() |
||
Comment 11•22 years ago
|
||
Been fixed for a long time now...
*** This bug has been marked as a duplicate of 134401 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•