In the Index view, clicking the backdrop/overlay of a TextEditorField modal to dismiss it incorrectly triggers the ea-clickable-row default action.
Steps to Reproduce:
- Open a
TextEditorField modal on the Index page.
- Click the dark overlay (backdrop) to close it.
Actual Behavior:
The modal closes, but the browser immediately navigates to the Edit/Detail page because the click was captured by the table row.
Expected Behavior: Clicking the backdrop should only dismiss the modal and not trigger background row actions.
In the Index view, clicking the backdrop/overlay of a
TextEditorFieldmodal to dismiss it incorrectly triggers theea-clickable-rowdefault action.Steps to Reproduce:
TextEditorFieldmodal on the Index page.Actual Behavior:
The modal closes, but the browser immediately navigates to the Edit/Detail page because the click was captured by the table row.
Expected Behavior: Clicking the backdrop should only dismiss the modal and not trigger background row actions.