Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7e26abfff8f439df41f816a402554ac366119cb7
https://github.com/WebKit/WebKit/commit/7e26abfff8f439df41f816a402554ac366119cb7
Author: Cole Carley <[email protected]>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M Source/WebCore/page/Quirks.cpp
Log Message:
-----------
CC options does not disappear while watching videos on Yahoo Sports & Yahoo
Finance
https://bugs.webkit.org/show_bug.cgi?id=315602
rdar://142894603
Reviewed by Brandon Stewart.
Yahoo! has some logic to handle CC toggling on top of a library called
Video.js. They
listen for a touchend to call toggleCC(), so clicking the CC button both shows
the
options AND shows/hides the CC. This conflict is hidden on macOS because the
options
are shown on hover.
I added a quirk to prevent the dispatch of touch events. This does fix the
issue, but
is a little finicky. We have also reached out to Yahoo!, so this should be
treated as
a temporary solution.
* Source/WebCore/page/Quirks.cpp:
Canonical link: https://commits.webkit.org/314071@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications