onchange not always firing for select element

Description

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

Environment

None

Activity

Show:

Gregor Moss October 23, 2017 at 7:07 PM

Pull request created with work-around solution to this issue:

https://github.com/BlueSlug/sjrk-storyTelling/pull/3

Fixed

Details

Assignee

Reporter

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

Flag notifications