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

Falcon Compile Error when using id attribute with ConstraintRow, ConstraintColumn, AddChild, GradientGlowFilter or GlowFilter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Apache Falcon 1.0
    • Apache Falcon 1.0
    • Falcon

    Description

      Using the id attribute in <mx:ConstraintRow /> or <mx:ConstraintColumn> throws the error:

      C:\dev\ie8-git\flexclient\FalconTest\src\FalconTest.mxml:11
      Error: This id is not unique. It will be ignored.
      <mx:ConstraintColumn id="col2" />
      ^

      C:\dev\ie8-git\flexclient\FalconTest\src\FalconTest.mxml:14
      Error: This id is not unique. It will be ignored.
      <mx:ConstraintRow id="row2" />

      Using the id attribute in <mx:AddChild /> throws the error:
      Error: This id is not unique. It will be ignored.
      <mx:AddChild id="addChild0">

      Using the id attribute in <s:GradientGlowFilter/> throws the error:
      [java] Error: This id is not unique. It will be ignored.
      [java] <s:GradientGlowFilter id="glow1" >

      Using the id attribute in <s:GlowFilter/> throws the error:
      [java] Error: This id is not unique. It will be ignored.
      [java] <s:GradientGlowFilter id="glow1" >

      Attachments

        1. AddChildRowIdTest.mxml
          0.6 kB
          Cyrill Zadra
        2. ConstraintRowIdTest.mxml
          0.6 kB
          Cyrill Zadra

        Issue Links

          Activity

            People

              Unassigned Unassigned
              cyrill Cyrill Zadra
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: