-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Popover not showing under certain circumstances #832
Comments
Hmmm this is an interesting one. It appears that the The only way I can think of to fix this would be to bind an |
Grrr, I really think that we shouldn't have added the |
I can make it work by using one of the other placements. A fancy solution On Fri, Aug 16, 2013 at 10:45 AM, Pawel Kozlowski
|
I'm with @pkozlowski-opensource on this one. Frankly, mouse popover placement only works if we implemented it via the way @sdesmond suggested, which seems like a lot of work for something to look neat. Personally, I say remove the mouse placement altogether. |
The popover is not showing under these circumstances (at least in Chrome, IE10 seems to work):
-The placement is set to 'mouse'.
-The trigger is set to 'mouseenter'.
-You approach the trigger area moving right, or down.
What seems to be happening is that the popover is shown, but as you move right or down, you enter the popover area and mouseout is fired which hides the popover. After it is hidden, 'mouseenter' isn't called again even though the mouse is now once again inside the trigger area.
This doesn't happen when moving left or up since the popover doesn't get in the way of the moving mouse.
http://plnkr.co/edit/JbFOmR6HnSMnBWR4poGO?p=preview
The text was updated successfully, but these errors were encountered: