Closed
Bug 134898
Opened 24 years ago
Closed 24 years ago
severeal dom properties not initialized with xhtml pages
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 111514
People
(Reporter: b.erdmann, Assigned: jst)
References
()
Details
The DOM Properties
offsetTop
offsetLeft
offsetWidth
offsetHeight
scrollTop
scrollLeft
scrollHeight
scrollWidth
clientHeight
clientWidth
offsetParent
and probably others do not get initialized when mozilla
renders from mime type applictaion/xhtml+xml
Comment 1•24 years ago
|
||
That's becuase we create an XMLDocument, not an HTMLDocument....
*** This bug has been marked as a duplicate of 111514 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•