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

When Radio button is disabled the click event remain working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK 2.0.1 (Release)
    • None
    • mx: RadioButton
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1.create radio buttons and make them disabled.
      2.add a click event
      3.run the app and click on the disabled radio buttons

      Actual Results:
      whatever was put in the click event launches

      Expected Results:
      when clicking on disabled object no event should start.

      Workaround (if any):
      a) set both the "enabled" and "mouseEnabled" properties to false on the RadioButton control.
      b) in the click event, call a function in which we check if the radio button is enabled or not before doing anything else.

      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: