- From: Michael Aufreiter <notifications@github.com>
- Date: Mon, 17 Nov 2025 05:30:03 -0800
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 17 November 2025 13:30:07 UTC
michael created an issue (w3c/editing#494) In the following scenarios and environments, 'insertReplacementText' is expected, when handing onbeforeinput: - Safari 26 Desktop, when using the native auto-complete replace feature - instead 'insertText' is fired with event.data = "null" - ... (likely in other situations too) Repro: https://michael.github.io/web-editing/repros/008.html -- Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/494 You are receiving this because you are subscribed to this thread. Message ID: <w3c/editing/issues/494@github.com>
Received on Monday, 17 November 2025 13:30:07 UTC