-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Description
When opening firebug, the window resize make some tested events execute asynchrounously outside the test context, causing unexpected errors.
To workaround this I tested against a counter value modified by the callbacks instead of executing the assertions inside each events callback.
While debugging, I managed to find the offending code that executes the events asynchrounously (
jmpress.js/src/components/core.js
Line 395 in 05603b2
callCallback.call(this, 'idle', delegated, callbackData); |
(Can't send a pull request because everything is in master branch)
Metadata
Metadata
Assignees
Labels
No labels