This repository has been archived by the owner on May 29, 2019. It is now read-only.
Tooltip is not closed when exiting enclosing <div> containing disabled checkbox #4060
Labels
Milestone
Angular 1.4.3, Angular-UI-Bootstrap 0.13.1, Chrome 44.
div
div
, put a disabled checkbox:<label><input type="checkbox" ng-disabled="true"><span>Label</span></label>
div
... tooltip appears.div
by moving the mouse to the left... tooltip doesn't close.Note: this is using the standard Bootstrap styling. You can make the problem less likely to appear by putting a margin (say, 5px) on the left side of the checkbox, but the problem can still occur if you move your mouse fast enough.
Here's a plnkr: http://plnkr.co/edit/CZpwOw1NXcoI8LQAbnDV
The text was updated successfully, but these errors were encountered: