Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Tooltips not clearing hover state Safari (OSX) #5445

Closed
red2678 opened this issue Feb 8, 2016 · 8 comments
Closed

Tooltips not clearing hover state Safari (OSX) #5445

red2678 opened this issue Feb 8, 2016 · 8 comments

Comments

@red2678
Copy link

red2678 commented Feb 8, 2016

  • Angular version 1.4.9
  • UIBS version 1.1.2

The issue is when you hover over an element with a tooltip and then move your mouse to hover over another element, that is positioned closely above the first, that also has a tooltip; the directive does not clear the hover state from the originally hovered element.

Plunker: http://plnkr.co/edit/BPWlKzeuessskaMJTf3s?p=preview

At the time of writing this, it is only happening in Safari. 9.x (OSX 10.11.2)

Repo Steps:
Starting from the bottom of the lists in the plunker, move your mouse up and down them, over the "action" links. Notice that the background sometimes does not change to the correct color.

@wesleycho
Copy link
Contributor

I'm not seeing this on 9.0.3...what version is your Safari? My OS X is 10.11.3.

@deeg
Copy link
Contributor

deeg commented Feb 24, 2016

I see this with Safari 8.0.8 (I should probably update!) and OSX 10.10.5 (again I should update).

Just wanted to post the info.

screen shot 2016-02-24 at 2 03 31 pm

@red2678
Copy link
Author

red2678 commented Feb 24, 2016

I am using 9.0.3 on OS 10.11.3. I can make a screencast if needed.

image

@RobJacobs
Copy link
Contributor

Can you try this with a tooltip-popup-delay="250"? The default is 0 and can be overridden $uibTooltipProvider. We may want to consider setting the default to something higher than 0.

@wesleycho
Copy link
Contributor

I think I misunderstood the original issue when I first looked at this - this is certainly a bug, but a very strange one.

@wesleycho
Copy link
Contributor

I'm not sure how much we can do about this - this looks like a bug in Safari itself.

@red2678
Copy link
Author

red2678 commented Aug 21, 2016

@wesleycho yeah. I did try changing the tooltip-popup-delay to no avail. I am sorry, I forgot to post the results here (that was quite some time ago).

@wesleycho
Copy link
Contributor

Not a problem - unfortunately, I don't think there is anything we can do, as this looks like it is browser specific in a way that has no easy resolution.

I think the best we can do is to add a note in the Known Issues section of the documentation for the tooltip.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants