Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I have added a "Double Click" Event to a table.
Sometimes when I double Click a row, it will fire and sometimes not.
Expected Behavior
When double clicking a row, it should first Select that row and fire any events for that, then it should fire the double click row event, if it exists.
Steps to reproduce
I made a table that has two rows currently. The Double Click event launches a modal for editing that particular row.
This will fail:
Select Row 1
Double Click Row 1
- Modal Pops Up
Close with X in upper right of modal
Double Click Row 1 (Same Row) - Nothing Happens
INTERESTINGLY, if I press ESCAPE after the modal pops up instead of Closing with the X, it works as expected.
Environment
Windows 11, Chrome, Version 2.7.2
Additional Information
No response