-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Type: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
Milestone
Description
Describe the bug
There's an unexpected error in the console when a menu item is selected with keyboard navigation (Enter key):
Environment
Latest Chrome on Windows
Reproducer
No response
Angular version
17.3.12
PrimeNG version
17.18.8
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.20.2
Browser(s)
No response
Steps to reproduce the behavior
- Go to https://primeng.org/menu#popup
- Use Tab to focus the menu button, hit Enter to open the menu
- Select any item with keyboard Arrows, hit Enter
- Observe an error in the console
Expected behavior
No errors in the console.
CI should fail if console.* methods are unexpectedly called during tests execution.
Metadata
Metadata
Assignees
Labels
Type: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working

