Closed
Bug 123098
Opened 24 years ago
Closed 24 years ago
Absolute position of dynamically created elements is broken
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 118415
People
(Reporter: ken_mori, Assigned: jst)
References
()
Details
Attachments
(1 file)
|
771 bytes,
text/html
|
Details |
Beginning with Mozilla 0.9.7, the absolute position of dynamically created HTML
elements is broken. Attached is a test page. The page behaves and looks
correctly on IE 6 and Netscape 6.2.1. However, it not appear to work properly
on Mozilla 0.9.7
I think this would be related to bug #118415
It seems you can't change the position property to absolute
when the element is on the document tree.
The relative value works,but to set the absolute value,
the element needs to be off the tree.
| Assignee | ||
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 118415 ***
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
•