aurelia-bootstrap icon indicating copy to clipboard operation
aurelia-bootstrap copied to clipboard

Tooltip stays if the button gets disabled

Open tochoromero opened this issue 7 years ago • 1 comments

If you have a tooltip on a button set to display on mouseover, if the button gets disabled when the tooltip is displayed, the tooltip does not go away.

The only way to get it to go away is to have the button enabled again and hover out.

tochoromero avatar Apr 11 '17 23:04 tochoromero

I have faced with the same issue. When I changed from "input type="button"" or "button" to span, it worked properly.

vjsrinath avatar Jul 03 '17 14:07 vjsrinath