You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Yishay Weiss (JIRA)" <ji...@apache.org> on 2017/01/25 09:54:27 UTC

[jira] [Commented] (FLEX-35250) [FlexJS] HContainer visible false not respected (JS only)

    [ https://issues.apache.org/jira/browse/FLEX-35250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837493#comment-15837493 ] 

Yishay Weiss commented on FLEX-35250:
-------------------------------------

This seems to be the relevant git commit message:

Commit: b5806ee2bcfa912e34d4360b553f8ef0b5c0f33e [b5806ee]
Parents: 7cbab70741
Author: Alex Harui <ah...@apache.org>
Date: Friday, October 30, 2015 10:18:20 PM
fixes to get DataBindingTest to work mostly



> [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)