-
Type:
Enhancement
-
Resolution: Withdrawn
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: javafx
Investigate whether content bias can be used to optimize cache usage of size hints. Currently, is e.g. prefHeight(int width) is called with width != -1, the cache is not used. But unbiased child (or vertically biased in this case) should return the same answer as with width == -1.