Mendel Kramer
Mendel Kramer
In situations where the `document.body` was replaced, the check if `hiddenTextarea.parentNode === null` would return `false` even if in fact the _new_ `document.body` had no current `hiddenTextarea`, thus requiring a...
This library doesn't work with [Webpack](https://github.com/webpack/webpack) without overrides. In particular, jquery-mousewheel doesn't get `require`d properly, From what I can tell, this is because, jquery-mousewheel is only `require`d when [RequireJS is...
This might be related to #46 or maybe #152 (and related). Not sure. Created a repo with relevant test cases: https://github.com/mendelk/btest In `testA.js`, things work as expected. `testB.js` and `testC.js`...