xieziyu / angular2-draggable

Angular directive (for version >= 2.x ) that makes the DOM element draggable and resizable
https://xieziyu.github.io/angular2-draggable/
293 stars 103 forks source link

click event eaten by title attribute, when draggable #201

Open westor21 opened 4 years ago

westor21 commented 4 years ago

I had problems like others, when my container is draggable, clicks are just working, when I repeat them. It took me a while to isolate the problem. Here ist is: If the container is draggable and the clickable element has a title attribute, then the popover is eating the click event.

https://stackblitz.com/edit/angular2-draggable-vreae8

Browser: current chrome.

By the way: great library, thank you for your work.