Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 07afd6e01e0fcee936805672547368894b6e50f5
      
https://github.com/WebKit/WebKit/commit/07afd6e01e0fcee936805672547368894b6e50f5
  Author: Megan Gardner <[email protected]>
  Date:   2025-06-02 (Mon, 02 Jun 2025)

  Changed paths:
    M Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm

  Log Message:
  -----------
  STTF highlight flickers when opening link.
https://bugs.webkit.org/show_bug.cgi?id=293912
rdar://151939787

Reviewed by Tim Horton.

When moving this code around a few weeks ago
I for some reason just set the text indicator
on an update instead of actually updating it.
This would cause the text indicator to start over
on each set, causing a significant flicker. We should
actually be calling update on an update, which fixes
the problem by not restarting the animation and allowing
the indicator to finish animating and fading away.

* Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm:
(WebKit::WebPageProxy::updateTextIndicator):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to