Closed Bug 105911 Opened 23 years ago Closed 23 years ago

closing tags cause div to lose position

Categories

(Core :: DOM: HTML Parser, defect)

x86
Windows 98
defect
Not set
minor

Tracking

()

VERIFIED DUPLICATE of bug 61443

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.
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
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: 23 years ago
Resolution: --- → DUPLICATE
Verified duplicate of 61443

Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.