RFR: 8089913: CSS pseudo classes missing by default for some controls [v5]

Kevin Rushforth kcr at openjdk.java.net
Fri Mar 5 16:08:17 UTC 2021


On Fri, 5 Mar 2021 15:52:57 GMT, mstr2 <github.com+43553916+mstr2 at openjdk.org> wrote:

>> The Slider control does not have the ":horizontal" CSS pseudo-class set by default. The pseudo-class is only set once the "orientation" property is changed. This PR fixes that.
>
> mstr2 has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert changes to TreeCell, TreeTableRow

Looks good. I can confirm that the new tests fail without the fix and pass with the fix.

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

Marked as reviewed by kcr (Lead).

PR: https://git.openjdk.java.net/jfx/pull/413


More information about the openjfx-dev mailing list