Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 331f6e1deec3d2ba69c00aa18032a67eaa590b17
https://github.com/WebKit/WebKit/commit/331f6e1deec3d2ba69c00aa18032a67eaa590b17
Author: Tim Nguyen <[email protected]>
Date: 2024-11-08 (Fri, 08 Nov 2024)
Changed paths:
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
M Source/WebCore/style/StyleAdjuster.cpp
Log Message:
-----------
REGRESSION(282068@main): Flashing scrollbar on Spotify when hovering the
fullscreen button
https://bugs.webkit.org/show_bug.cgi?id=282793
rdar://138918575
Reviewed by Simon Fraser.
The temporary glitch is a pre-existing unstable layout bug that was papered
over using body::-webkit-scrollbar { display: none } as a workaround.
Spotify also uses body { scrollbar-width: none }, and per-spec, any non-default
scrollbar-width value makes ::-webkit-scrollbar styling ineffective, so this
workaround no longer works.
While we investigate the root issue further, make a quirk to make
`scrollbar-width: none` no-op on body for now, to address the customer issue.
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::needsBodyScrollbarWidthNoneDisabledQuirk const):
* Source/WebCore/page/Quirks.h:
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjustForSiteSpecificQuirks const):
Canonical link: https://commits.webkit.org/286350@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