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

Can't focus text input

Open rob1durand opened this issue 9 years ago • 1 comments

I have a scrollable table (smart-table) and want to use drag-scroll on it, but when i set drag-scroll="true" attribute on the table i can't focus my "st-search" input to make a search on the table element :

image

I tried to put drag-scroll="false" on the specified input but it's not working.. Their is any solution for that ? (sorry for bad english)

Best regards, Robin

rob1durand avatar Apr 27 '17 15:04 rob1durand

Hi Robin,

You could remove e.preventDefault() and e.stopPropagation() from the angular-drag-scroll source to allow the mouse down event to hit against your input.

donlinmi avatar Jul 04 '17 04:07 donlinmi