Fixed
Details
Assignee
Gregor MossGregor MossReporter
Gregor MossGregor MossComponents
Priority
Minor
Details
Details
Assignee
Gregor Moss
Gregor MossReporter
Gregor Moss
Gregor MossComponents
Priority
Created October 20, 2017 at 9:17 PM
Updated October 31, 2017 at 7:09 PM
Resolved October 23, 2017 at 7:07 PM
In the storytelling tool, the language select element isn't always firing the change event when the DOM has indeed changed.
How to reproduce the issue:
type a language into the text input field, the select element's selectedIndex will change to index 4 and will not fire the change event
choose a new language from the select element, the selectedIndex will change to this new option, but the change event will still not fire.
choose a second language from the select element, and the event will fire
There are also tests to illustrate this behaviour