Closed
Bug 937377
Opened 10 years ago
Closed 10 years ago
[e10s] Selecting an item in a <select> does not trigger onChange
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 29
People
(Reporter: TimAbraldes, Assigned: billm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
923 bytes,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
STR: With e10s enabled, go to any open bug in bugzilla.mozilla.org and try to set its status to RESOLVED. Normally a second <select> would appear for you to select a resolution, but with e10s enabled, the second <select> never appears
Assignee | ||
Comment 1•10 years ago
|
||
Changing selectIndex apparently doesn't fire the onchange handler.
Updated•10 years ago
|
Attachment #8338130 -
Flags: review?(felipc) → review+
Comment 2•10 years ago
|
||
Metro seems to use a different version of initEvent for this same functionality, but I can't find the definition for that function anywhere.. http://mxr.mozilla.org/mozilla-central/source/browser/metro/base/content/contenthandlers/FormHelper.js#699
Comment 3•10 years ago
|
||
Shouldn't we dispatch change event only if the value actually changes. So perhaps if (this.element.selectedIndex != message.data.value) ...
Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0af44c4131fb
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0af44c4131fb
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
You need to log in
before you can comment on or make changes to this bug.
Description
•