Closed
Bug 105911
Opened 24 years ago
Closed 24 years ago
closing tags cause div to lose position
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: marcel.greter, Assigned: harishd)
References
()
Details
(Whiteboard: DUPEME)
I made some testcases under http://www.snowstylers.ch/test.html.
look at the examples. The code seems to be fine and works with ne4 and ie, but
mozilla looses position after a tag is closed within <div>...</div>. I was able
to do a workaround but this still seems to be a problem.
![]() |
||
Comment 1•24 years ago
|
||
So the bug is that:
<nolayer><div> stuff</nolayer>
other stuff
<nolayer></div> </nolayer>
"other stuff" is not rendered in the right place?
This is already filed....
Whiteboard: DUPEME
Reporter | ||
Comment 2•24 years ago
|
||
yes it seems that two testcases work with the latest builds (2001101117). So
there is just the problem that nolayer is not really "ignored".
And using
<layer>
<nolayer><nolayer></nolayer>
<div>
</nolayer>
content
<nolayer>
</div>
</nolayer>
</layer>
seems to work with all browsers ... and bug is dublicate of 61443, sorry !
*** This bug has been marked as a duplicate of 61443 ***
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
•