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

When i upgrade my Flex SDK version from 3.5 to 4.5 ComboBox dropdown menu is flickering,menu displayed if selected and mouse button held.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 4.5 (Release)
    • None
    • None
    • Affected OS(s): Windows
      Affected OS(s):
      Browser: Other (specify version)
      Language Found: English

    Description

      Steps to reproduce:
      1.Had a combobox drop down in my Air Application.
      2.After launching my application when i try to choose combobox drop down menu.
      3.

      Actual Results:
      Drodown menu is flickering and going away.menu displayed if selected and mouse button held.

      Expected Results:
      Dropdown suppose to work properly,how it works usual way.

      Workaround (if any):
      1)We had previous issue of Combobox mirroring(reversed).We fixed it by
      <mx:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
      creationComplete="init();"
      layoutDirection="ltr" direction="ltr">
      <mx:Style>
      global

      { direction: ltr; layoutDirection: ltr; }


      </mx:Style>

      2)After these changes we are facing this new issue.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: