primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
10.19k stars 1.21k forks source link

ConfirmPopup: Not positioned correctly when not used inside <button> #6525

Open marc-bq opened 1 week ago

marc-bq commented 1 week ago

Describe the bug

ConfirmPopup component is rendered in wrong place when not used inside

eneeio-nm commented 1 week ago

I would say for accessibility reasons you should only ever attach click events to buttons, otherwise (without a lot of additional code) it degrades the experience for users who prefer navigating with keyboard.