How can I trigger focus and blur events when testing the Ember.js component?
this.$().focus(); or this.$('input').focus(); seems to work, but behaves differently in phantomjs and chrome.
Also this.$().blur(); or this.$().focusout(); both phantomjs and chrome don't seem to work.
ykaragol
source share