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

Wrong metatag param value in runtime when metatag like [Tag(param=ClassName.ConstName)]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Apache Flex 4.12.0
    • None
    • None
    • Windows 7

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            NB13 Alexander Metelsky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: