Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tooltip): Delayed tooltip seems to not be showing up #1156

Closed
DethAriel opened this issue Oct 24, 2016 · 1 comment
Closed

feat(tooltip): Delayed tooltip seems to not be showing up #1156

DethAriel opened this issue Oct 24, 2016 · 1 comment

Comments

@DethAriel
Copy link
Contributor

Didn't see a bug for this.

See http://valor-software.com/ng2-bootstrap/#/tooltip , and find "delayed" link-like element there. When you hover over it, the tooltip is supposed to be shown in a second, whereas in fact it never shows up (in Chrome at least). Probably the issue relates to Zones, and the setTimeout should be run inside the injected component Zone.

@DethAriel
Copy link
Contributor Author

As far as I can tell, this reproduces if you don't subscribe to the (tooltipStateChanged) event, e.g.

<a href="#" tooltipPopupDelay='1000' tooltip='appears with delay'>
  delayed
</a>

The above is taken from example page

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

No branches or pull requests

1 participant