-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7u6
-
Component/s: javafx
Some lookup code is executed constantly when applying CSS, where for every node in a scene the StyleManager must first lookup the StylesheetContainer associated with the scene for that node. Instead, the Scene could have a reference to the StylesheetContainer (for example) and then we wouldn't need to do that extra lookup.