question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tooltip never disappears after opening

See original GitHub issue

Bug, feature request, or proposal:

Bug with my dependencies may be… or @angular/animations

What is the expected behavior?

Tooltip should disappear after the hideDelay

What is the current behavior?

Tooltip NOT disappear after the hideDelay

What are the steps to reproduce?

Same of material2 official doc Providing a Plunker (or similar) is the best way to get the team to see your issue.

Works with this version. Plunker template: http://plnkr.co/edit/pr4AFA06aURbMxYI77BK?p=preview

Not works with this dependencies :

What is the use-case or motivation for changing an existing behavior?

N/A

Which versions of Angular, Material, OS, browsers are affected?

` … “@angular/common”: “4.0.0-rc.1”, “@angular/compiler”: “4.0.0-rc.1”, “@angular/core”: “4.0.0-rc.1”, “@angular/flex-layout”: “2.0.0-rc.1”, “@angular/forms”: “4.0.0-rc.1”, “@angular/http”: “4.0.0-rc.1”, “@angular/material”: “2.0.0-beta.2”, … “@angular/cli”: “1.0.0-rc.0”, “@angular/compiler-cli”: “4.0.0-rc.1”, “typescript”: “2.2.1” …

`

Is there anything else we should know?

I post my problem here : https://gitter.im/angular/material2.

I imported @angular/animations.
But nothing change.
Is it necessary that I import it in my code or angular does it alone ?

Thanks.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
victornoelcommented, Mar 7, 2017

@frankspin89 thanks, that works well! it’s not obvious, you also need to add BrowserAnimationsModule too… (see http://stackoverflow.com/questions/42470364/using-angular-material-2-tabs-component-with-angular-4-0-0-rc-1/42471212#42471212).

0reactions
angular-automatic-lock-bot[bot]commented, Sep 5, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap's tooltip doesn't disappear after button click ...
This is because trigger is not set. The default value for trigger is 'hover focus' , thus the tooltip stay visible after a...
Read more >
Stuck tooltips never disappear on Linux when switching to ...
The only solution is to switch to the tab which created the tooltip, and mouse over the HTML element causing the tooltip to...
Read more >
Tooltip not disappearing after button has been removed
Hi, Is it possible to have the tooltip disappear when the button has been removed? I am going to have users this will...
Read more >
Tooltips - Bootstrap
The tooltip plugin generates content and markup on demand, and by default places tooltips after their trigger element. Trigger the tooltip via JavaScript:...
Read more >
Tooltip | Components - BootstrapVue
The target element must exist in the document before <b-tooltip> is mounted. If the target element is not found during mount, the tooltip...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found