One-com / knockout-dragdrop

A drag and drop binding for Knockout.
BSD 3-Clause "New" or "Revised" License
85 stars 29 forks source link

Prevent Event Bubbling??? #15

Closed montymccune closed 9 years ago

montymccune commented 10 years ago

I'm loving your library so far - great job! However, I'm finding that when I nest dragEvents.dragOver within another div that contains dragEvents.dragOver, the event bubbles up. It would be cool if there would be a way to set whether or not the event bubbles up the dom.

thanks again - Monty

sunesimonsen commented 10 years ago

Sorry for not being too responsive, I'll get back to you as soon as I have some time. Could you elaborate a bit on the use case, then it is properly easier to answer.

sunesimonsen commented 9 years ago

I just ran into the same problem, so I guess it will be fixed pretty soon, as I need it solved for one of my own projects.

sunesimonsen commented 9 years ago

I look into the issue and I don't think it can be done without hurting the performance.