Closed
Description
Version
1.0.0-beta.26
Reproduction link
https://gist.github.com/bankyadam/e10442e3fabac607882ced63ab8c4a05
Steps to reproduce
Run example test with beta.26
or newer.
What is expected?
Test passes
What is actually happening?
Test fails
I found out that Wrapper.prototype.trigger()
does not apply the given options
object on the eventObject
since the logic was extracted into createDOMEvent()
and we're not running in IE (8771b8f).