-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
I am in a case where 2 Rectangle with the same ID+same style class are added to the scene. A stylesheet file contains rules that impact the Rectangle instances.
I do receive valid CSS events for the first instance, but the rule attached to the events associated to the second instance contains null rule.
After discussion with David, it appears that the null values are related to the cached values. This problem can be workarounded by caching rules for StyleCacheKey instance.
I am currently using a Map<StyleCacheKey, Map<String, List<Rule>>> to store valid rules, and reuse this map to retrieve rules for the received null rule events.
It is enough for VT early access, but would be a great simplification if this problem was fixed.
JF
I do receive valid CSS events for the first instance, but the rule attached to the events associated to the second instance contains null rule.
After discussion with David, it appears that the null values are related to the cached values. This problem can be workarounded by caching rules for StyleCacheKey instance.
I am currently using a Map<StyleCacheKey, Map<String, List<Rule>>> to store valid rules, and reuse this map to retrieve rules for the received null rule events.
It is enough for VT early access, but would be a great simplification if this problem was fixed.
JF
- blocks
-
JDK-8117825 Font size ruled by CSS has an editable Textfield for size
-
- Resolved
-
-
JDK-8121645 Using a style class to set gradient does not change the color editor
-
- Resolved
-