kutlugsahin / ngx-smooth-dnd

angular wrapper for smooth-dnd
165 stars 30 forks source link

Draggable bug #1

Closed falget closed 6 years ago

falget commented 6 years ago

Hello, i found some bug when drag item. Test on demo page. draggable_bug And in html i have this: html

kutlugsahin commented 6 years ago

@falget Thanks for submitting the bug. Are there any console errors logged ?

falget commented 6 years ago

No any errors, only warning with: [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

kutlugsahin commented 6 years ago

@falget Thanks, I will investigate the issue if it is about the demo or the component.

falget commented 6 years ago

@kutlugsahin I also have this bug in own project.

kutlugsahin commented 6 years ago

Should be fixed in 0.1.3. For smooth-dnd it's 0.3.5

alexandrakollarova commented 4 years ago

@kutlugsahin Hi! I'm having the same error (and warning) - it is not fixed, do you any update on this?