Files
shiny/inst/www/shared
Joe Cheng 5ffe531844 Fix debounce error in IE8
In the repo https://github.com/rstudio/shiny-testapp/ the test app
called "setinput" threw errors in IE8 due to the debouncer getting
triggered incorrectly. Essentially Debouncer.$invoke was being
called twice without an intervening normalCall or immediateCall,
which caused apply to be called with this.args === null. Upon
careful inspection/debugging it seems like this may be a bug in the
IE8 implementation of setTimeout/clearTimeout:
http://stackoverflow.com/questions/5853571/clarifying-cleartimeout-behavior-in-ie

In any case, the workaround is to check for a null timer id, which
means we tried to clear the timer at least.
2014-02-24 13:14:17 -08:00
..
2013-10-15 12:13:34 -05:00
2013-12-13 15:56:18 -05:00
2014-01-08 09:41:38 -08:00
2014-02-19 11:58:34 -06:00
2014-02-05 12:07:28 -06:00
2014-02-24 13:14:17 -08:00