-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7u6
-
Component/s: javafx
The selector classes match on style class by using a hash map. Strings from the node are added to the hash map then the strings from the selector are looked up to see if the rule's are a subset of the node's. This can be made much faster if the strings are converted to a bit in a bitmap as is done for pseudo-class.