We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Each context menu entry represents a MenuItem https://primeng.org/contextmenu#api.contextmenu.interfaces.MenuItem
The menu item has a title tooltip to explain something about each menu item. However, the title tooltip is not displayed if you do not configure it.
Note:
Simple project with Angular and prime-ng 17 versions
https://stackblitz.com/edit/nd2stc?file=src%2Fapp%2Fcontext-menu-command-demo.ts
18
17
TypeScript
18.20.3
Chrome 127
If you right click on one entry and you hover over the "Rules" category item, then is the title tooltip not visible
The issue is not reproducible in the primeng version 15.4.1
The text was updated successfully, but these errors were encountered:
Expected behavior
Sorry, something went wrong.
Due to PrimeNG team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨
No branches or pull requests
Describe the bug
Each context menu entry represents a MenuItem
https://primeng.org/contextmenu#api.contextmenu.interfaces.MenuItem
The menu item has a title tooltip to explain something about each menu item.
However, the title tooltip is not displayed if you do not configure it.
Note:
fix_title_problem_for_context_menu.zip
Environment
Simple project with Angular and prime-ng 17 versions
Reproducer
https://stackblitz.com/edit/nd2stc?file=src%2Fapp%2Fcontext-menu-command-demo.ts
Angular version
18
PrimeNG version
17
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
18.20.3
Browser(s)
Chrome 127
Steps to reproduce the behavior
If you right click on one entry and you hover over the "Rules" category item, then is the title tooltip not visible
Expected behavior
The issue is not reproducible in the primeng version 15.4.1
The text was updated successfully, but these errors were encountered: