Closed
Bug 1315
Opened 26 years ago
Closed 26 years ago
document.body doesn't work
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jeremie, Assigned: vidur)
Details
<SCRIPT>
alert(document.body);
</SCRIPT>
It's apparently broke :)
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 1•26 years ago
|
||
Verified fixed using 12/1/98 build, on NT 4.0 SP3. (Thanks, Vidur, for your
help!)
Specifically, the alert(document.body) returns a null (system beep), which I
believe to be the correct behavior since there's no body or frameset.
(Jeremie or Vidur, please re-open this bug with your comments if I've missed
something here. Thanks!)
Comment 2•26 years ago
|
||
Oops. My error. Duh.
It's working properly --- and sends a response of "[object HTMLBodyElement]" to
the console window.
Thanks again, Vidur.
Updated•18 years ago
|
Flags: in-testsuite-
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
•