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

Disabled CheckBox is still, like, selectable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Adobe Flex SDK Previous
    • Spark: CheckBox
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and run attached MXML file (or run attached SWF).
      2. Toggle the top Gumbo CheckBox control.

      Actual Results:
      Even though the top CheckBox is disabled, it still toggles with each mouse click.

      Expected Results:
      If enabled is false, we should block mouse input.

      Workaround (if any):
      Set the mouseEnabled property to the enabled property. Binding is one simple way:
      <CheckBox id="checkBox2" label="CheckBox" enabled="false" mouseEnabled="

      {checkBox2.enabled}

      " />

      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: