bitovi / syn

Standalone Synthetic Event Library
https://www.npmjs.com/package/syn
MIT License
444 stars 259 forks source link

Syn test suite fails in IE11 #151

Closed kdillon closed 6 years ago

kdillon commented 6 years ago

I'm getting this error...

'key' is undefined Source: 500

... in test "synthetic/key:ctrl practical test", while using IE 11:

IE version: 11.1715.14393.0 Update version: 11.0.46

kdillon commented 6 years ago

This issue was resolved. A previous failing test caused fallout for subsequent tests. This is a prime example of why the test suite should use iframes or popouts to isolate test elements rather than generating them in the Qunit page