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

event.item.@toggled returns string instead of boolean

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: Menu Bar
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Firefox 3.x
      Language Found: English

    Description

      I have to do a check like this:
      var checked:Boolean;
      if (event.item.@toggled == "true") checked=true; else checked=false;

      to get a proper state of the menubaritem. If I check directly to event.item.@toggled I always get true.

      Attachments

        Activity

          People

            Unassigned Unassigned
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: