I ended up taking a different approach because changing the default border
style exposed a different bug in FlexJS [1]
[1] https://issues.apache.org/jira/browse/FLEX-35189
From: Yishay Weiss<mailto:yishayj...@hotmail.com>
Sent: Tuesday, November 29, 2016 8:53 AM
To: d...@flex.apac
‘none’ is the default value of border-style, so it shouldn’t affect rendering.
The problem was in CSSContainerUtils.getBorderMetrics():
var borderStyle:Object = ValuesManager.valuesImpl.getValue(object,
"border-style");
borderStyle was evaluated in JS to undefined and the condition that f
This is a form of lazy loading. We’re not baking in any new dependencies that
weren’t there before. If you look in ContainerView.performLayout(), for
example, you’ll see it’s doing the same thing.
Some beads rely on other beads to already be loaded, this code essentially
makes sure that the d