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

type in a FlexNativeMenu dataProvider should be not be case sensitive

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: FlexNativeMenu
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Build and load the bugfile in AIR
      2. Select the item Contacts -> Add a Contact.
      3. Reopen the menu to see if Add a Contact has a check mark

      Actual Results: It does not have a check mark. The dataProvider looks like this:
      <item name="_Contacts" data="02_Contacts" >
      <subitem name="Add A Contact" data="02_add" type="Check" />
      <subitem name="Import Contacts" data="02_01_import" type="CHECK" />
      <subitem name="Show Offline Friends" data="02_01_import" type="check" />
      <subitem name="Ringtones" data="02_ringtone" enabled="false">
      <choice name="import" />
      </subitem>
      </item>

      type="check" works, but, type="Check" and type="CHECK" do not work.

      Expected Results: type="Check" should work in any case. It works for a Flex Menu.

      Workaround (if any):

      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: