Commit Graph

3 Commits

Author SHA1 Message Date
Maxime Thirouin
11b3e27288 Fix dispatchEvent for IE9/10/11
dispatchEvent doesn't work if element is not in the dom
This is not the silverbullet since an element can have a parent that is
not in the dom too, but to avoid dom update all the time, it should be
enough for very particular use cases (eg in my case unit test).
Maybe this should be moved into the test directly to be sure there is a
parent, we will see that later.
2014-05-05 08:24:46 +02:00
Maxime Thirouin
d68833412b Drop fireEvent since we are supporting IE10 2014-05-04 09:13:42 +02:00
Maxime Thirouin
67e0b89a22 Tests events (on, off, trigger) 2014-05-04 08:44:33 +02:00