I have tested it with 4.12.1 and AIR 13.

I found that CalloutButton auto-closes when you move the mouser outside of the 
button (without having to click the button to open the callout).
Is that what you have ?

If so, it's because of a side effect on mobile apps of the change I mentioned 
below ( remove compiler warning in desktop application) and indeed a 
regression, sorry for that.

The simple workaround is to set back the previous behavior like this:

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";  xmlns:s="library:// 
ns.adobe.com/flex/spark" applicationDPI="160">
<fx:Style>
    global {
         rollOverOpenDelay: NaN;
   }
</fx:Style>

Also, please can you please file a JIRA so that it can be permanently fixed.

Regards,

Maurice 

-----Message d'origine-----
De : Guckelsberger, Günter [mailto:[email protected]] 
Envoyé : mercredi 7 mai 2014 08:00
À : [email protected]
Objet : Re: Flex 4.12.1 issue with CalloutButton

I am using mobile version. You can see the difference very easy:

<?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:CalloutButton label="select">

          <s:calloutContent>

               <s:Button label="1"/>

               <s:Button label="2"/>

          </s:calloutContent>

    </s:CalloutButton>

</s:Application>


Compile this simple source with 4.12 and everything works fine. Compile with 
sdk 4.12.1 the callout will not close on second click.


Guenter


2014-05-06 15:14 GMT+02:00 Maurice Amsellem <[email protected]>:

> The only minor change to Callout in 4.12.1 was to remove a compiler 
> warning.
>
> As you using the desktop or the mobile version ?
> Can you post a sample code that shows the issue.
>
> Maurice
>
> -----Message d'origine-----
> De : Guckelsberger, Günter [mailto:[email protected]]
> Envoyé : mardi 6 mai 2014 14:33
> À : [email protected]
> Objet : Flex 4.12.1 issue with CalloutButton
>
> Clicking an opened callout closes the button. This is true with flex 
> 4.12
>
> Now with sdk 4.12.1 this no longer works, clicking outside the opened 
> callout closes the button as before, but clicking the button itself 
> doesn't close the callout.
>
> Guenter
>



--
Mit freundlichen Grüßen
Günter Guckelsberger
=================================================
MapleTec GmbH
Schaffeld 8
D- 21629 Neu Wulmstorf
=================================================
Phone:  +49  (172)  4026944

e-mail: [email protected] <[email protected]>
=================================================
Web: http:// <http://www.mapletec.de/>guckelsberger.wordpress.com

MapleTec GmbH
Geschäftsführer: Günter Guckelsberger, Fritz Walliser Sitz der Gesellschaft: 
21629 Neu Wulmstorf
Registergericht: Amtsgericht Tostedt HRB 200443

Diese Mitteilung ist ausschließlich für den beabsichtigten Empfänger bestimmt. 
Sie kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche 
Informationen enthalten. Jede(r) unberechtigte Gebrauch, Kopie, Weitergabe oder 
Veröffentlichung ist untersagt. Sollten Sie diese E-Mail irrtümlich erhalten 
haben, benachrichtigen Sie uns bitte sofort durch Antwortmail und löschen Sie 
diese E-Mail nebst etwaigen Anlagen und einschließlich aller angefertigten 
Kopien von Ihrem System.

Reply via email to