Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c93e82b9b00de5fc1c5259f04850f9de73187520
https://github.com/WebKit/WebKit/commit/c93e82b9b00de5fc1c5259f04850f9de73187520
Author: Megan Gardner <[email protected]>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M Source/WebCore/page/writing-tools/WritingToolsController.mm
Log Message:
-----------
When using Siri AI to respond to emails, the text is invisible.
https://bugs.webkit.org/show_bug.cgi?id=317631
rdar://179242654
Reviewed by Wenson Hsieh.
CompositionType::Other (e.g. Siri's PresentWritingToolsResult fallback) doesn't
reliably complete the iOS text animation, so the destination TransparentContent
marker is never removed and the inserted text stays invisible. Skip the source/
destination animation for "Other" sessions and replace the text directly.
* Source/WebCore/page/writing-tools/WritingToolsController.mm:
(WebCore::WritingToolsController::compositionSessionDidReceiveTextWithReplacementRange):
Canonical link: https://commits.webkit.org/315681@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications