[webkit-changes] [WebKit/WebKit] 188ca3: Tick marks of range input type aren't drawn in the...
Fujii Hironori
noreply at github.com
Mon Aug 19 12:53:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 188ca3010ccbe2d757d2b3248600b18c29e1904c
https://github.com/WebKit/WebKit/commit/188ca3010ccbe2d757d2b3248600b18c29e1904c
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2024-08-19 (Mon, 19 Aug 2024)
Changed paths:
M Source/WebCore/platform/graphics/controls/SliderTrackPart.cpp
Log Message:
-----------
Tick marks of range input type aren't drawn in the page zoom factor < 1
https://bugs.webkit.org/show_bug.cgi?id=278303
Reviewed by Alan Baradlay.
Tick mark tickness was 1px and truncating to a integar. If a zoom
factor was less than 1, the tickness became 0, and no tick marks were
displayed. Use FloatSize for sliderTickSize rather than IntSize.
* Source/WebCore/platform/graphics/controls/SliderTrackPart.cpp:
(WebCore::SliderTrackPart::drawTicks const):
Canonical link: https://commits.webkit.org/282451@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list