Closed john-griffin closed 6 years ago
Sounds weird. Can you provide add failing test and I'll take it from there.
Although to be honest, since ember-test-helpers
now has included all the helpers in this repo (but find
and findAll
), it might be worth it trying to reproduce it there.
Ah ok, yes I can see reading your post here that this is now the wrong place to discuss this. The guides and ember-one-way-controls readme were still pointing here, sorry about that.
FWIW, this is an issue that I've seen as well. It largely happens when IE11 is under somewhat heavy load (and is not reproducible 100% of the time). For example, in VM's locally I have yet to run across this issue in either Ember itself or in @ember/test-helpers
but when ran in BrowserStack's VM's it "randomly" sends input
twice.
@rwjblue thanks for the details. We are seeing it on saucelabs and on a desktop windows computer.
We recently migrated our app from
ember-one-way-controls
to native inputs andember-native-dom-helpers
in our integration tests to keep the tests working.fillIn
on works great on other browsers but when we test against IE11 we are finding that it double fires any events wired up tooninput
. The events are not double fired in IE11 in regular app use.