emberjs / emberjs/ember-test-helpers

triggerEvent issue IE 11

Open
#405 4 comments 0 reactions 0 assignees View on GitHub
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: ![capturar4](https://user-images.githubusercontent.com/15819810/43972510-fed1a44a-9caa-11e8-85a0-29e04a1ac926.PNG)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.