RFR: 8345188: Support tree-structural pseudo-classes [v10]

John Hendrikx jhendrikx at openjdk.org
Thu Jan 9 21:54:50 UTC 2025


On Thu, 9 Jan 2025 21:48:52 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

> > Note that you may not have choice where to insert, as the order of children also determines their Z ordering.
> 
> You can always prepare the required list in advance, and then `setAll` it.

I'm unsure how that would prevent issues.  It will then still require setting a pseudo class on all elements in the list, in addition to losing all other optimizations when the list is only shifted by a few elements...

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

PR Comment: https://git.openjdk.org/jfx/pull/1652#issuecomment-2581311590


More information about the openjfx-dev mailing list