emberjs / emberjs/ember-test-helpers
triggerEvent issue IE 11
Open
- Dominant language
- JavaScript
- Stars
- 188
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Description
Hi there. I have been testing my application on IE 11, and maybe I found an interesting "bug". When I wrote a test that triggers an event blur, it worked very fine on Google Chrome, but it does not on IE 11. The test executes the triggerEvent function, but the action is not really executed.
This is how the test is implemented: 
This step gets an "ok", but the field is still focused. Which means that the action that is supposed to be fired, it's not.
Contributor guide
Assessment
This issue has not been assessed yet.