[
https://issues.apache.org/jira/browse/FLEX-35250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Ent reassigned FLEX-35250:
--------------------------------
Assignee: Peter Ent
> [FlexJS] HContainer visible false not respected (JS only)
> ---------------------------------------------------------
>
> Key: FLEX-35250
> URL: https://issues.apache.org/jira/browse/FLEX-35250
> Project: Apache Flex
> Issue Type: Bug
> Components: FlexJS
> Reporter: Yishay Weiss
> Assignee: Peter Ent
>
> In this app:
> https://paste.apache.org/2gpf
> 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
> {
> ((value as IUIBase).element as HTMLElement).style.display =
> 'block';
> }
> }
> But I'm not sure why it's necessary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)