Open
Description
Describe the defect
Any input buttons in the edit experience trigger on mouse down, which causes the buttons to fire no matter if it's a right or left click and no way to cancel the press breaking WCAG 2.5.2 Pointer Cancellation.
To Reproduce
Steps to reproduce the behavior:
- Go to a page like a VAMC Detail Page that has an
<input>
button like the Featured contentAdd Page-Specific Q&A
button - Go to edit screen
- Right or left click and hold on any of the Add, Edit, or Remove buttons
- See button trigger on mouse down
AC / Expected behavior
The button should only trigger on left click and should wait until the mouse up trigger instead of mouse down.
Screenshots
Additional context
This is an issue captured within Drupal Core and does appear to be under active development, but the last update was June 2024. From that ticket it seems to be related to the ajax trigger.
Activity