- From: Masayuki Nakano <notifications@github.com>
- Date: Tue, 30 Jan 2024 19:38:07 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 31 January 2024 03:38:14 UTC
If I call `preventDefault` of `textInput` at DnD in same editing host, the deletion is also canceled on Chrome. It's impossible to emulate that on Firefox without adding a lot of hacky code... And also a call of `preventDefault` for IME composition cannot cancel the default action but its `cancelable` is set to `true` on Chrome. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/pull/362#issuecomment-1918323185 You are receiving this because you are subscribed to this thread. Message ID: <w3c/uievents/pull/362/c1918323185@github.com>
Received on Wednesday, 31 January 2024 03:38:14 UTC