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

Tooltip not closing #4618

Closed
bogdanalexe90 opened this issue Oct 14, 2015 · 4 comments
Closed

Tooltip not closing #4618

bogdanalexe90 opened this issue Oct 14, 2015 · 4 comments

Comments

@bogdanalexe90
Copy link
Contributor

Hi since last update (1.4.2) All my tooltips are not closing.
This is reproducible when you have 2 or more tooltips one near each other and you hover over them.

<span uib-tooltip="Some tooltip" tooltip-popup-delay="300" tooltip-popup-close-delay="300">Some text</span>
@Foxandxss
Copy link
Contributor

Can we have a plunker please?

@RobJacobs
Copy link
Contributor

Here is a plunk that reproduces the issue.

_EDIT_
After further investigation, there seems to be a problem with how the timeouts are handled when delays are used. The problem can be seen by simply moving the mouse over then off before the show delay completes. I will create a PR to address this shortly.

@bogdanalexe90
Copy link
Contributor Author

Thanks guys for your quick reaction.
Any idea when this fix would be released?

@icfantv
Copy link
Contributor

icfantv commented Oct 15, 2015

@bogdanalexe90, we don't have a time frame for 0.14.3 yet, but please feel free to clone the repo, run an npm install and then grunt to build the SNAPSHOT release (which will appear in the dist folder.

aroop pushed a commit to aroop/bootstrap that referenced this issue Oct 16, 2015
The show and hide delay timeouts where not getting
cancelled correctly resulting in tooltips staying
open when both popup and popup-close delays were
in use.

Closes angular-ui#4621
Fixes angular-ui#4618
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants