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

Flex hangs when Spark primitive is bound to width of container

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK 4.0 (Release)
    • None
    • Layout - General
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:

      1. Enter this snippet in any MXML file:

      <s:Group id="group" width="100%">
      <s:Line width="

      {group.width}">
      <s:stroke>
      <s:SolidColorStroke/>
      </s:stroke>
      </s:Line>
      </s:Group>

      2. Run the app in AIR or Flashplayer player

      Actual Results:
      Flex hangs on initialization


      Expected Results:
      A line is shown with the width of its container (100%)


      Workaround (if any):
      Works when using width="100%" instead of width="{group.width}

      "

      Tested with Win and OS X

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: