[webkit-changes] [WebKit/WebKit] acd6c7: REGRESSION(266664 at main): Reversion bubble does not...

Ryosuke Niwa noreply at github.com
Tue Aug 8 17:09:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: acd6c7c14e7ffddefd2ccf9c3a8fe59cc27e8f52
      https://github.com/WebKit/WebKit/commit/acd6c7c14e7ffddefd2ccf9c3a8fe59cc27e8f52
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M Source/WebCore/editing/AlternativeTextController.cpp

  Log Message:
  -----------
  REGRESSION(266664 at main): Reversion bubble does not appear when marker placed at end of autocorrected word
https://bugs.webkit.org/show_bug.cgi?id=259949

Reviewed by Megan Gardner.

The bug was caused by clearing of m_rangeWithAlternative in startAlternativeTextUITimer.
Just clear the timer instead.

* Source/WebCore/editing/AlternativeTextController.cpp:
(WebCore::AlternativeTextController::startAlternativeTextUITimer):

Canonical link: https://commits.webkit.org/266707@main




More information about the webkit-changes mailing list