Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f4a651a644be9e98d6d28b59043a4d8279ac48e8
https://github.com/WebKit/WebKit/commit/f4a651a644be9e98d6d28b59043a4d8279ac48e8
Author: Lily Spiniolas <[email protected]>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M Source/WebCore/page/LocalFrameView.cpp
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
M Source/WebCore/page/QuirksData.h
Log Message:
-----------
Crunchyroll video controls reappear continuously even when the mouse is
stationary
https://bugs.webkit.org/show_bug.cgi?id=302026
rdar://163908769
Reviewed by Abrar Rahman Protyasha and Tim Horton.
Crunchyroll's video player contains an element which is always present with a
mouseover listener attached. This listener inserts an element containing the
video player controls, and the controls disappear after a few seconds. After
the controls disappear, mouseover fires again on the other element, causing
controls to reappear.
To fix this, we disable boundary events on layout change on crunchyroll.com.
* Source/WebCore/page/LocalFrameView.cpp:
(WebCore::LocalFrameView::performPostLayoutTasks):
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::needsSuppressPostLayoutBoundaryEventsQuirk const):
(WebCore::handleCrunchyRollQuirks):
(WebCore::Quirks::determineRelevantQuirks):
* Source/WebCore/page/Quirks.h:
* Source/WebCore/page/QuirksData.h:
Canonical link: https://commits.webkit.org/302633@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications