You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Cyrill Zadra (JIRA)" <ji...@apache.org> on 2012/11/07 07:12:11 UTC

[jira] [Updated] (FLEX-33238) Falcon Compile Error when using id attribute with ConstraintRow, ConstraintColumn or AddChild

     [ https://issues.apache.org/jira/browse/FLEX-33238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cyrill Zadra updated FLEX-33238:
--------------------------------

    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">


  was:
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"  />



        Summary: Falcon Compile Error when using id attribute with ConstraintRow, ConstraintColumn or AddChild  (was: Falcon Compile Error when using id attribute with ConstraintRow or  ConstraintColumn)
    
> Falcon Compile Error when using id attribute with ConstraintRow, ConstraintColumn or AddChild
> ---------------------------------------------------------------------------------------------
>
>                 Key: FLEX-33238
>                 URL: https://issues.apache.org/jira/browse/FLEX-33238
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: MXML Compiler
>    Affects Versions: Apache Flex Next
>            Reporter: Cyrill Zadra
>              Labels: Falcon
>             Fix For: Apache Flex 4.9.0
>
>         Attachments: AddChildRowIdTest.mxml, ConstraintRowIdTest.mxml
>
>
> 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">

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira