Re: RFR: 8355012: JavaFX modena.css -fx-highlight-text-fill bug [v4]

2025-05-07 Thread Kevin Rushforth
On Mon, 5 May 2025 21:28:08 GMT, Ziad El Midaoui wrote: >> The issue was happening because `-fx-highlight-text-fill` was set to white , >> so when the background color is bright (>60% brightness ) the text is not >> visible , the solution is to change the value to be dynamically set >> dependi

Re: RFR: 8355012: JavaFX modena.css -fx-highlight-text-fill bug [v4]

2025-05-07 Thread Andy Goryachev
On Mon, 5 May 2025 21:28:08 GMT, Ziad El Midaoui wrote: >> The issue was happening because `-fx-highlight-text-fill` was set to white , >> so when the background color is bright (>60% brightness ) the text is not >> visible , the solution is to change the value to be dynamically set >> dependi

Re: RFR: 8355012: JavaFX modena.css -fx-highlight-text-fill bug [v4]

2025-05-07 Thread duke
On Mon, 5 May 2025 21:28:08 GMT, Ziad El Midaoui wrote: >> The issue was happening because `-fx-highlight-text-fill` was set to white , >> so when the background color is bright (>60% brightness ) the text is not >> visible , the solution is to change the value to be dynamically set >> dependi

Re: RFR: 8355012: JavaFX modena.css -fx-highlight-text-fill bug [v4]

2025-05-07 Thread Ziad El Midaoui
On Mon, 5 May 2025 21:28:08 GMT, Ziad El Midaoui wrote: >> The issue was happening because `-fx-highlight-text-fill` was set to white , >> so when the background color is bright (>60% brightness ) the text is not >> visible , the solution is to change the value to be dynamically set >> dependi

Re: RFR: 8355012: JavaFX modena.css -fx-highlight-text-fill bug [v4]

2025-05-05 Thread Ziad El Midaoui
> The issue was happening because `-fx-highlight-text-fill` was set to white , > so when the background color is bright (>60% brightness ) the text is not > visible , the solution is to change the value to be dynamically set depending > on the level of brightness of the background this is done b