Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In this app:
hContainer.visible = false
but inspection reveals that style.display is 'block'
This is due to this code:
public function set strand(value:IStrand):void
{
host = value as ILayoutChild;
COMPILE::JS
}
But I'm not sure why it's necessary.