A DESCRIPTION OF THE PROBLEM : When a Node hierarchy is added to the Scene CSS is applied multiple times depending on the depth of the node in the added hierarchy. For every level of depth in the hierarchy the CSS is applied an extra time. This issue was fixed on JDK1.8 : https://bugs.openjdk.org/browse/JDK-8151756?jql=text%20~%20%22reapplycss%22 But rollback on jdk-10+46 : https://github.com/openjdk/jfx/commit/167f0b993d48315d758f94bf601e3391cba53aba REGRESSION : Last worked in version 8 FREQUENCY : always
|