|
|
|
Able to repro in mainline build 184180.
Injection, this worked in Flex 2 (Hotfix 2 and 3). For Panel, only borderStyle="default" is supported. All other borderStyles are not supported. However, as you can see, you can still use borderStyle="solid" but you have to include the height of the header in the paddingTop value.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
In mx.skins.halo.PanelSkin.as change the following lines.
57: if (FlexVersion.compatibilityVersion < FlexVersion.VERSION_3_0 || (getStyle("borderStyle") != "default" && getStyle("borderStyle") != "solid"))
200: if (getStyle("headerColors") == null && getStyle("borderStyle") == "default" || getStyle("borderStyle") == "solid")
220: if (getStyle("borderStyle") == "default" || getStyle("borderStyle") == "solid")