RFR: 8322486: ColorPicker: blurry popup

Andy Goryachev angorya at openjdk.org
Mon Aug 18 23:15:45 UTC 2025


On Mon, 18 Aug 2025 21:58:55 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> modules/javafx.controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/modena.css line 1982:
>> 
>>> 1980: .color-palette > .color-picker-grid {
>>> 1981:     -fx-padding: 0.5px;
>>> 1982:     -fx-snap-to-pixel: true;
>> 
>> I guess we can completely remove this line then?
>
> Good point - I wonder if the whole block can be removed.
> We need to test this on windows with fractional scale though.

I suggest we remove the whole thing `.color-palette > .color-picker-grid { ... }`

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1869#discussion_r2283682290


More information about the openjfx-dev mailing list