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

Tooltip: Error when opening tooltip using isOpen property #2257

Closed
Agamnentzar opened this issue Jul 23, 2017 · 1 comment
Closed

Tooltip: Error when opening tooltip using isOpen property #2257

Agamnentzar opened this issue Jul 23, 2017 · 1 comment

Comments

@Agamnentzar
Copy link

Agamnentzar commented Jul 23, 2017

Opening tooltip using [isOpen] property is causing following error

Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'undefined'. Current value: 'tooltip in tooltip-top top undefined'. It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook ?

Also "undefined" class is being added to tooltip if containerClass is not specified

@jcairney
Copy link

@IlyaSurmay Question about this: Is isOpen meant to be used to open the tooltip as described above? The block comment for the property suggests it is read only, which defies convention for @input properties in Angular. I haven't been able to confirm it is ReadOnly by looking at the minified source.

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

No branches or pull requests

4 participants