Closed
Bug 937377
Opened 11 years ago
Closed 11 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•11 years ago
|
||
Changing selectIndex apparently doesn't fire the onchange handler.
Updated•11 years ago
|
Attachment #8338130 -
Flags: review?(felipc) → review+
Comment 2•11 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•11 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•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 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
•