[
https://issues.apache.org/jira/browse/FLEX-35250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yishay Weiss updated FLEX-35250:
--------------------------------
Description:
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.
was:
In this app:
https://paste.apache.org/2gpf
HContainer is false
> [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
>
> 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)