Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-35250

[FlexJS] HContainer visible false not respected (JS only)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Apache FlexJS 0.8.0
    • FlexJS
    • None

    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.

      Attachments

        Activity

          People

            pent@adobe.com Peter Ent
            yishayw Yishay Weiss
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: