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

Tooltip does not vanish after route navigation with reusable routes #444

Open
supermuka opened this issue Oct 22, 2019 · 1 comment
Open

Comments

@supermuka
Copy link

We have this AngularJS issue with AngularDart too when we use CanReuse in a component class like a class MyComponent with CanReuse { }, the tooltip does not vanish after route navigation.

If the with CanReuse is removed on implementation, than the tooltip vanish.

See an example using CanReuse and navigating to another page. The tooltip stay on top left side:

Untitled_ Oct 22 2019 4_18 PM

@afpatmin
Copy link

This affects MaterialPopupComponent - possibly other AngularComponents depending on it also (such as DropdownSelectComponent)

I've tried explicitly setting the visible flag to false when onDeactivate() is called on the parent component but with no effect.

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

No branches or pull requests

2 participants