Closed mirovit closed 10 years ago
Thanks, I'll try to find to time to review / test this.
@mirovit I noticed that this PR removes readme.html
which is auto generated and required by the website. Could you fix that?
also the _SpecRunner.html
is needed because the test do not currently run from command line.
When the nanoScroller is created dynamicly within a select2 instance, there is an issue - when you start dragging the slider with the mouse, after releasing it (if it is not at the top or bottom) the mouse movement gets translated as scroll.
To fix it I added an event listener for
mouseleave
.