Closed
Bug 20875
Opened 26 years ago
Closed 26 years ago
Unexpected handling of SELECT/OPTION Javascript interface
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: pawsa, Assigned: pollmann)
References
()
Details
(Keywords: testcase, Whiteboard: [TESTCASE])
Attachments
(1 file)
281 bytes,
text/html
|
Details |
Look at the given URL and note following:
1. Field subsection does not respond to user actions.
2. Field subsubsection has no options at all under Netscape (expected behavior)
but Mozilla's javascript does not remove the initial value.
![]() |
||
Updated•26 years ago
|
Summary: Unexpected handling of SELECT/OPTION Javascript interface → [wip+rods]Unexpected handling of SELECT/OPTION Javascript interface
![]() |
||
Comment 1•26 years ago
|
||
I will take a look at this tomorrow
![]() |
||
Comment 2•26 years ago
|
||
In an attempt to get my bug list in order again, marking all the bugs I have
currently as ASSIGNED.
I have prepared another, slightly simpler test for you:
http://www.theochem.kth.se/~pawsa/mozilla1.html
It seems that options array of the select object is not treated as an ordinary
array i.e. one cannot truncate it by assigning a value to options.length.
setting array elements to null seems to remove them but I would not call it
as a pretty solution.
![]() |
||
Updated•26 years ago
|
Summary: [wip+rods]Unexpected handling of SELECT/OPTION Javascript interface → Unexpected handling of SELECT/OPTION Javascript interface
![]() |
||
Comment 4•26 years ago
|
||
Removing wip+rods, I can't help with this, I can't figure out where the array
element is getting set to null.
I hope this is not some kind of misunderstanding: the example with setting the
elements to null was on
http://www.theochem.kth.se/~pawsa/mozilla1.html
Note the number `1' in the file name.
![]() |
||
Comment 7•26 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
![]() |
||
Comment 8•26 years ago
|
||
Sorry for the runaround on this one. Passing along to Pollmann, since he has the
bulk of SELECT/OPTION issues on his list.
Assignee: vidur → pollmann
Status: ASSIGNED → NEW
![]() |
Assignee | |
Comment 9•26 years ago
|
||
This is already reported as bug 16879. Marking as a duplicate. Thanks!
*** This bug has been marked as a duplicate of 16879 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•