Flash Double Entry

I just wanted to ask, this is a familiar phenomenon. We have a small flash application with a text box.

under OSX Lion, with flash <10.3 .. it works great

with OSX Lion and Flash 10.3 .. each character typed for it appears twice.

The same application ...

Has anyone heard of something distant like that?

+4
source share
3 answers

I have a commercial client application that uses Flash for input and output. We are also addressing this issue with Mac OS 10.7.0, the Flash plugin 10.3.185.5.

Our application plays a Flash swf file using a Webkit view object. Turns out this is a configuration that shows an error on OS 10.7.

We were able to correct the error by assembling our application to target only 64-bit Intel platforms instead of creating a universal binary file.

This fixes the error, but we will have to modify our installer to have both a 64-bit binary for OS 10.7 and a universal binary for earlier versions of OS 10.

Adobe claims that their bug has been fixed, there is no work when they release the official build containing the patch.

https://bugbase.adobe.com/index.cfm?event=bug&id=2935794

+1
source

We had a similar problem in a Cocoa application that used the flex component. We solved this by compiling the Cocoa application in 64 bit. Matthieu

+1
source

I think the answer is to wait for updates from Adobe or OSX Lion ...

0
source

All Articles