Closed
Bug 297706
Opened 20 years ago
Closed 20 years ago
menulist onchange event is not fired unless editable=true
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: chris, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 A menulist onchange event is not being fired. The page referenced here shows a good break down of the problem. I didn't find it on your site and this is a big part of my web page. Reproducible: Always Steps to Reproduce: 1.add a menulist element to a xul page 2.add a onchange event to the menu list 3.change the selected item in the drop down Actual Results: nothing. Expected Results: The onchange event should have fired. sorry if this is a duplicate, but I have tried searching for it, and have not found a bug entered for this problem.
| Reporter | ||
Comment 1•20 years ago
|
||
I was not populating the value tag, and I was not using oncommand.
Severity: major → normal
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•