[webkit-changes] [WebKit/WebKit] 72850f: [macOS] Remove correction indicator underline when...
Abrar Rahman Protyasha
noreply at github.com
Mon Aug 14 17:51:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 72850fdaaa7a5580a1fe0b2c9d8434cc1eaa4132
https://github.com/WebKit/WebKit/commit/72850fdaaa7a5580a1fe0b2c9d8434cc1eaa4132
Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M Source/WebCore/editing/AlternativeTextController.cpp
Log Message:
-----------
[macOS] Remove correction indicator underline when correction panel is shown
https://bugs.webkit.org/show_bug.cgi?id=260166
rdar://107152521
Reviewed by Megan Gardner.
On MacOS, we don't want the correction indictor underline to appear when
we've also shown a correction panel. To align with this expectation, we
simply remove the correction indicator marker from the corrected text
range as we're about the present the panel.
* Source/WebCore/editing/AlternativeTextController.cpp:
(WebCore::AlternativeTextController::timerFired):
Canonical link: https://commits.webkit.org/266888@main
More information about the webkit-changes
mailing list