Closed
Bug 393629
Opened 17 years ago
Closed 16 years ago
Matching name for document.all doesn't reflect IE in all cases
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: sicking)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
1.20 KB,
text/html
|
Details |
I originally mentioned this in bug 259332, comment 12.
There was Hendrix feedback that some search doesn't work:
http://groups.google.com/group/mozilla.feedback/browse_thread/thread/2b001eb03ecd2f17/7c5cbbdb9c658c0c?lnk=st
I tracked this down as a regression from bug 259332.
Mozilla used to allow to find <select> elements by name using the document.all function. Now that doesn't work anymore.
Jonas asked in bug 259332, comment 13 on what elements in IE allow name-matching using document.all. This is what the testcase is about.
I get as result in IE:
APPLET
A
EMBED
FORM
IFRAME
IMG
INPUT
OBJECT
TEXTAREA
SELECT
MAP
META
BUTTON
Assignee | ||
Updated•17 years ago
|
Flags: wanted-next+
Updated•16 years ago
|
Keywords: regression
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → jonas
Flags: wanted1.9.1+
Flags: wanted1.9.0.x?
Flags: wanted-next+
Priority: -- → P1
Assignee | ||
Comment 4•16 years ago
|
||
This was fixed as part of the patch in bug 436094
Updated•16 years ago
|
Flags: wanted1.9.0.x+
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
•