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

ColorPicker openDuration default value different between 3.3 and trunk (build 5219)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • None
    • mx: ColorPicker
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and run attached MXML file (use 3.3 and then compile again in Gumbo trunk SDK).
      2. Open the ColorPicker control.

      Actual Results:
      Default openDuration in 3.3 is 250ms.
      Default openDuration in Gumbo trunk is 0ms.

      Expected Results:
      Default should be the same in 3.3 and trunk.

      Workaround (if any):
      Set the following style:
      <Style>
      ColorPicker {
      openDuration: 250;
      }
      </Style>

      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: