gsxdsm
ac52438554
FN-8192: prevent mobile confirmation ghost-click dismissal
Keep mobile task-delete confirmations open through delayed compatibility clicks.
- Gate backdrop dismissal until the opening gesture settles.
- Cover deliberate backdrop dismissal and mobile ghost-click behavior.
- Document the regression and add a patch changeset.
Files changed:
.changeset/fn-8192-mobile-confirm-ghost-click.md | 7 +++
.../confirm-dialog-mobile-ghost-click-dismiss.md | 53 ++++++++++++++++++++++
.../dashboard/app/components/ConfirmDialog.tsx | 23 +++++++++-
.../components/__tests__/ConfirmDialog.test.tsx | 34 ++++++++++++--
.../app/hooks/__tests__/useConfirm.test.ts | 32 ++++++++++++-
5 files changed, 143 insertions(+), 6 deletions(-)
Fusion-Task-Id: FN-8192
Fusion-Task-Lineage: ea08a6c0-0f2e-4ec3-8ad7-23cdc4a5d7f1
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-17 00:29:48 -07:00
..
2026-07-09 19:58:07 -07:00
2026-06-03 15:26:49 -07:00
2026-06-21 03:10:21 -07:00
2026-06-24 15:35:49 -07:00
2026-07-08 10:06:42 -07:00
2026-06-27 09:28:31 -07:00
2026-07-10 21:19:22 -07:00
2026-06-05 14:32:04 -07:00
2026-07-17 00:29:48 -07:00