-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
bug(tooltip): Change Detection Error When Not in Production Mode #296
Comments
+1 Do you understand what's going on here? I still don't understand how ChangeDetection works, but I tried setting |
+1 same issue in 0.12 |
I am still getting the same issue with the latest version (1.0.10). |
I was still getting change detector error on tooltips after commit 413c2f1 . This change solved it for me, and as a bonus no timeout hack needed.
I have the same error when mouseovering my button.. |
angular2 version\ng2-bootstrap version\browser\system.js or webpack? |
got exactly same bug in the modal, I'm using ng2-bs3-modal. system.js. |
When not in
productionMode()
the following error is logged to the console:EXCEPTION: Expression '{top: top, left: left, display: display} in TooltipContainer@1:5' has changed after it was checked. Previous value: '-1000px'. Current value: '-19px' in [{top: top, left: left, display: display} in TooltipContainer@1:5]
Currently using 1.0.7
—
The text was updated successfully, but these errors were encountered: