Alexander Metelsky created FLEX-34379:
-----------------------------------------

             Summary: Wrong metatag param value in runtime when metatag like 
[Tag(param=ClassName.ConstName)]
                 Key: FLEX-34379
                 URL: https://issues.apache.org/jira/browse/FLEX-34379
             Project: Apache Flex
          Issue Type: Bug
          Components: .Unspecified - Compiler
    Affects Versions: Apache Flex 4.12.0
         Environment: Windows 7
            Reporter: Alexander Metelsky
            Priority: Minor


Using metatags like [Tag(param=ClassName.ConstName)] without quotes like 
[Tag(param="ClassName.ConstName")] gives wrong param value in runtime, value of 
'param' will be equals "ConstName". I think value must be equal 
"ClassName.ConstName" or value of ClassName.ConstName, but current version is 
useless.
Of course I can use quotes, but I'll get no autocomplete in IDE, because value 
will be interpreted as usual string.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to