angular_components icon indicating copy to clipboard operation
angular_components copied to clipboard

Tooltip does not vanish after route navigation with reusable routes

Open supermuka opened this issue 5 years ago • 1 comments

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

supermuka avatar Oct 22 '19 20:10 supermuka

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.

afpatmin avatar Jan 13 '21 20:01 afpatmin