On Tue, 26 Jul 2022 02:46:15 GMT, Michael Strauß <[email protected]> wrote:

> When a node is set as the root node of a `Scene` or `SubScene`, the "root" 
> style class is automatically added to the node, but not cleared when the node 
> is later removed from the scene.
> 
> This can lead to an incorrectly set "root" style class when the removed node 
> is inserted in the scene graph below the root node, or to duplicate "root" 
> style class entries when the removed node is again set as the root node of 
> the scene.

This seems like a pretty safe and obvious fix. Since it touches CSS, it needs a 
second reviewer, but I don't expect it will take long to review.

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

PR: https://git.openjdk.org/jfx/pull/849

Reply via email to