Closed
Bug 24462
Opened 25 years ago
Closed 25 years ago
[4.x] Content after <NOBR> pulled inside.
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: pollmann, Assigned: harishd)
References
()
Details
Attachments
(3 files)
Given this HTML (snippet of the reduced test case that I'll attach):
<B>
<FORM>
<NOBR>
<IMG SRC="http://bugzilla.mozilla.org/ant.jpg" width=100 HEIGHT=30>
</NOBR>
</FORM>
UNSER ANGEBOT
We're forming this content model:
b@0x82845ec refcount=3<
Text@0x83536b0 refcount=3<\n >
>
form@0x82861b0 refcount=3<
>
Text@0x83a83a0 refcount=3<\n >
nobr@0x8292174 refcount=3<
Text@0x8286a20 refcount=3<\n >
b@0x83b9264 refcount=3<
img@0x82a15f8 src=http://bugzilla.mozilla.org/ant.jpg width=100
height=30 refcount=3<>
Text@0x82a5368 refcount=3<\n \n >
Text@0x82968a0 refcount=3<\n UNSER ANGEBOT\n \n >
>
>
Notice that the text "UNSER ANGEBOT" gets pulled inside the nobr when it is not
in the <NOBR> in the original document. This is different than Nav treats the
page. I'll attach a reduced test case and some images of the bug.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
This is the content-model that I see!!
b@01243F6C refcount=3<
Text@01244530 refcount=3<\n >
>
form@011E1860 refcount=3<
Text@011E3AE0 refcount=3<\n >
nobr@011E45CC refcount=3<
Text@01215410 refcount=3<\n >
b@012164EC refcount=3<
img@01216630 src=http://bugzilla.mozilla.org/ant.jpg width=100
height=30 refcount=3<>
Text@01231C80 refcount=3<\n >
>
>
Text@01231EA0 refcount=3<\n >
>
Text@012336C0 refcount=3<\n >
b@01233A5C refcount=4<
Text@01233B90 refcount=4<UNSER ANGEBOT\n >
>
>
Reporter | ||
Comment 5•25 years ago
|
||
I still see the content model mentioned above. Maybe this is a Linux only bug?
(???) My build was pulled/built last night around 9PM.
OS: All → Linux
Hardware: All → PC
Made NOBR a block closure. FIXED.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Verified on:
build: 2001-07-02-04-Trunk
platform: WinNT
The above url loads fine.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•