Closed
Bug 3404
Opened 26 years ago
Closed 26 years ago
XUL document's getElementByID() is not working
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: law, Assigned: hyatt)
References
()
Details
getElementByID() is broken (due to namespace quirkiness?); it seems to always
return null. This is a major problem as it prevents one from writing JS code in
.xul files that dynamically modifies the UI. For example, I need to do this in
order to do a progress meter and the status text.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Fixed.
Reopening this as it needs to work for non-XUL elements also (e.g., so the
status text can be changed).
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Assignee | ||
Comment 3•26 years ago
|
||
Fixed again.
Looks OK now (based on code sent me via email; if it doesn't get checked in,
you'll hear about it).
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•