You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System:
OS Name:Microsoft Windows 11 Pro
OS Manufacturer:Microsoft Corporation
Processor: 12th Gen Intel(R) Core(TM) i7-12800H, 2400 Mhz, 14 Core(s), 20 Logical Processor(s)
Binaries:
Node: 20.17.0 - /usr/local/bin/node
npm: 10.8.2 - /usr/local/bin/npm
Browser:
Chrome
Version 131.0.6778.70 (Official Build) (64-bit)
npmPackages:
primereact: ^10.8.5
react: 17.0.2
Steps to reproduce the behavior
1 . Godo primeReact homepage
2. Search for Tooltip
3. Find the Delay Button
4: open StackBliz for that code
5: Add multiple button
6. Check the console.log of stackBliz the unexpeced error will be logged
Expected behavior
If a page have multiple button its expected as for Accessibility tester to use Escape key to close the tooltip using Escape
The text was updated successfully, but these errors were encountered:
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 30, 2024
Describe the bug
Bug
Getting Unexpected error while using Buttons.
This error Apperas when we have multiple Button on same Page. with tooltip.
Error: Unexpected: global esc key listener with priority [1200, 0] already exists.
Reproducer
https://stackblitz.com/edit/jwcn6o?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
1 . Godo primeReact homepage
2. Search for Tooltip
3. Find the Delay Button
4: open StackBliz for that code
5: Add multiple button
6. Check the console.log of stackBliz the unexpeced error will be logged
Expected behavior
If a page have multiple button its expected as for Accessibility tester to use Escape key to close the tooltip using Escape
The text was updated successfully, but these errors were encountered: