On Tue, 30 Jun 2026 14:25:42 GMT, Andy Goryachev <[email protected]> wrote:
>> modules/javafx.controls/src/main/resources/com/sun/javafx/scene/control/skin/modena/modena.css
>> line 1303:
>>
>>> 1301: -fx-background-insets: -0.2, 1, -1.4, 3;
>>> 1302: -fx-background-radius: 3, 2, 4, 0;
>>> 1303: -fx-prompt-text-fill: transparent;
>>
>> One note here, maybe @andy-goryachev-oracle can tell:
>>
>> This is still done for the RTA:
>>
>>
>> .rich-text-area:focused {
>> -fx-prompt-text-fill: transparent;
>> }
>>
>>
>> Is this something we should solve as well?
>
> good catch, but there is no prompt text in the `RichTextArea` yet.
> I can deal with it in https://bugs.openjdk.org/browse/JDK-8359862
Sounds good!
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2184#discussion_r3500280203