Closed
Bug 1955
Opened 26 years ago
Closed 26 years ago
getElementsByTagName fails with wild card
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
People
(Reporter: tupshin, Assigned: vidur)
Details
In my initial dom experimentation, I was using the "getElementsByTagName"
to retrieve portions of my document. This seemed to work fine in such cases
as document.getElementsByTagName("div") and
document.getElementsByTagName("body"), but failed miserably when I tried
document.getElementsByTagName("*") which looks like it should work fine
according to the DOM level 1 spec
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Fixed on 1/15/1999.
Comment 3•26 years ago
|
||
Hey tupshin, Can you provide an html document with this testcase in it? That
would be awesome!
Thanks.
verified that it is resolved, at least in simple cases(haven't tried it on
complex documents). test case is at:
http://www.tupshin.com/domtests/getElem-wildcard.html
Updated•26 years ago
|
QA Contact: 4248 → 4141
Comment 5•26 years ago
|
||
we shouldn't be assigned qa contact to the reporter, necessarily. Setting qa
contact to gem@netscape.com
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
•