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

Component disable property should disable either everything or nothing programmatically

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK Previous
    • None
    • None
    • Browser: Internet Explorer 7.x
      Language Found: English

    Description

      Steps to reproduce:
      1.
      textInput.setStyle("fontSize","50");
      textInput.setStyle("color","0x00ff00");
      textInput.setStyle("fontFamily","timesnewroman");
      2.
      Apply new styles in step 1 at runtime.
      3.
      textInput.enabled = false; And next execute step 1 & 2 after this statement again at runtime.

      Actual Results:
      Font size and family style applies but not font color (text color)

      Expected Results:
      Either neither of style should be applied once component is in disable state or all styles should be in effect.

      Workaround (if any):
      None. Just use editable or similar property and set to false.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: