Bug video available [here](https://youtu.be/XzdC7eGC_Ms). The video presents a preview of [this example](https://github.com/forcedotcom/scrollerjs/blob/development/examples/feed/example-fx-endless.html) with this configuration: ``` document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false); window.addEventListener('load', function (e) { window.scrollerConfig = { gpuOptimization: true, scroll : 'horizontal', plugins: [ 'Endless' ], scrollbars: true }; window.scroller = new Scroller('#wrapper', scrollerConfig); }); ``` [Here](https://youtu.be/lbVDAYlca8o) is another video of that bug. ### System/Browser details <table> <thead> <tr> <th>OS Type</th> <th>OS Version</th> <th>Browser Type</th> <th>Javascript Enabled</th> <th>Cookies Enabled</th> <th>Color Depth</th> <th>Screen Resolution</th> <th>Browser Window Size</th> <th>Flash Version</th> <th>User Agent</th> </tr> </thead> <tbody> <tr> <td>X11</td> <td>Ubuntu</td> <td>Firefox</td> <td>Yes</td> <td>Yes</td> <td>24</td> <td>1920 x 1080</td> <td>1855 x 983</td> <td>11.2.202</td> <td>Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0</td> </tr> </tbody> </table> It's also reproducible in Chrome `43.0.2357.81`.
Bug video available here.
The video presents a preview of this example with this configuration:
Here is another video of that bug.
System/Browser details
It's also reproducible in Chrome
43.0.2357.81.