Closed
Bug 87352
Opened 24 years ago
Closed 23 years ago
onChange in select list incorrectly fired when clicking on currently selected item
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
mozilla0.9.9
People
(Reporter: jrspm, Assigned: john)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
670 bytes,
text/html
|
Details |
Using build 2001062211 on Win2k (SP2)
I had thought this was resolved by the fix for bug 70094, but there is one little tweak that needs to be done.
Steps to reproduce:
1. Load: http://bugzilla.mozilla.org/showattachment.cgi?attach_id=30997
2. drop down the select list
3. click the currently selected item
Actual:
onChange fires taking you to another web page
Expected:
onChange should not fire unless the item clicked was other than the currently selected item at time of page load
Jake
Updated•24 years ago
|
Target Milestone: --- → mozilla1.0
Comment 2•23 years ago
|
||
isn't this a dup of bug 97088 (which has an attached fix) ?
or vice versa :)
Assignee | ||
Comment 4•23 years ago
|
||
The patch for bug 112241 fixes this. Marking dependent.
Assignee | ||
Comment 5•23 years ago
|
||
Heck, you're right. Marking dupe since that bug has more info and is slightly
more general.
*** This bug has been marked as a duplicate of 97088 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•