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

When a CalloutButton is inside a Scroller, it takes 2 clicks to close the Callout

    XMLWordPrintableJSON

Details

    Description

      Steps to Reproduce:

      1. Compile and run the following:

      <?xml version="1.0" encoding="utf-8"?>
      <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      applicationDPI="160">
      <s:Scroller width="100%" height="100%">
      <s:Group>
      <s:CalloutButton left="20" top="20" label="Callout">
      <s:Button label="Hello" />
      </s:CalloutButton>
      </s:Group>
      </s:Scroller>
      </s:Application>

      2. Click on the "Callout" button to open the callout
      3. Click outside the callout to close it

      Actual Results:
      The first click is ignored. It requires 2 clicks to close the Callout.

      Expected Results:
      Callout should close on first click

      Workaround (if any):

      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: