angular-click-outside icon indicating copy to clipboard operation
angular-click-outside copied to clipboard

Click outside glitch

Open anderssim opened this issue 7 years ago • 1 comments

I have a popup with a click-outside callback like this.

<popup click-outside="closePopup()"></popup>

It works fine in almost all cases, until I click an element that has bootstraps data-toggle="dropdown" on it. Like this.

<button data-toggle="dropdown"></button>

Any ideas would be helpful

anderssim avatar Feb 02 '18 13:02 anderssim

I have a popup with a click-outside callback like this.

<popup click-outside="closePopup()"></popup>

It works fine in almost all cases, until I click an element that has bootstraps data-toggle="dropdown" on it. Like this.

<button data-toggle="dropdown"></button>

Any ideas would be helpful

Have you found the answer to it, i am also looking for the same.

thevishalnair avatar Jan 17 '19 08:01 thevishalnair