-
Notifications
You must be signed in to change notification settings - Fork 4.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
Tooltip: Uncaught TypeError: Cannot read properties of null (reading 'style') #15518
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
shdb2
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
May 10, 2024
I have the same issue with primeng 17.16.1. Scroll is blinking on tooltip show/hide. |
I have the same problem |
Same here!
|
Hi, Thanks for reporting the issue, fixed in #15558 |
cetincakiroglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
May 16, 2024
confirmed! 17.17.0 working fine |
Thanks @VolodymyrKornetskyi!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
Using pTooltip gives Uncaught TypeError: Cannot read properties of null (reading 'style') which breaks our tests
Environment
Current version of primeng with an Angular app using the Tooltip module
Reproducer
https://stackblitz.com/edit/github-7rgn8e?file=src%2Fapp%2Fapp.component.html
Angular version
17.3.7
PrimeNG version
17.16.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
No uncaught TypeError / no error at all
The text was updated successfully, but these errors were encountered: