On Tue, 30 Jun 2026 11:46:24 GMT, Marius Hanl <[email protected]> wrote:
>> Ziad El Midaoui has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - Minor end of file space issue
>> - Added Copyright header to TextInputControlCaspianTest
>
> 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 `.rich-text-area`.
I can deal with it in https://bugs.openjdk.org/browse/JDK-8359862
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2184#discussion_r3499487720