angular-drag-scroll icon indicating copy to clipboard operation
angular-drag-scroll copied to clipboard

Allow default event handling on excluded classes

Open udevnl opened this issue 8 years ago • 1 comments

Default event handling is prevented for the on-mousedown event of excludedClasses.

For example, dragging with the mouse down and that this causes scrolling of a browser window is default behavior. This is being prevented.

This is bothersome when you also use other frameworks that rely on default behavior.

udevnl avatar Sep 01 '16 07:09 udevnl

Hi, Thanks for this lib! Would it be possible to merge this commit on a new version? It is quite useful when you try to use simple things such as input in html, who won't work if they are child of a draggable scroll. I use it to emulate single touch and I already applied the commit on my project. Having drag-scroll-excluded-classes on the doc would also be as mikkoviitala suggests, i did'nt knew it was possible :)

Adraub avatar Feb 09 '17 19:02 Adraub