Are you using Flex 2 or 3? AIR or Web Bases?

I created a really brief AIR app:

<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"; 
layout="absolute">
        <mx:TextInput x="10" y="10"/>
</mx:WindowedApplication>

I am not able to duplicate the issue that you reported with AIR, 
using Flex 3, Beta 3.

I also created a Web Based application. Launched in IE7. Unable to 
duplicate.

JF
--- In flexcoders@yahoogroups.com, "Seth Caldwell" <[EMAIL PROTECTED]> wrote:
>
> The difference, is that my question is in relation specifically to 
a flex
> component (that may have a bug), while your question was basic array
> manipulation and not related to anything flex.
> 
>  
> 
> I have narrowed the bug down. Specifically copy will work if I use 
the mouse
> to select text. Paste always works. Copy does NOT work if selection 
is
> specified using only the keyboard - ie holding shift and using
> home/end/arrow keys.
> 
>  
> 
> Seth
> 
>  
> 
>  
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of jmfillman
> Sent: Thursday, January 24, 2008 2:59 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: copy paste troubles
> 
>  
> 
> What's equally annoying is when you pick on me for asking a simple 
> question, and then post your own question as a follow-up to my 
post. 
> But we all have our own strengths and weaknesses.
> 
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%
40yahoogroups.com> ,
> "Seth Caldwell" <wiz@> wrote:
> >
> > For some reason, I (usually) cannot use the keyboard to copy and 
> paste from
> > text fields in flex. I have to right click with the mouse and 
choose 
> copy.
> > Paste often works.
> > 
> > Anyone know the cause for this? I definitely have the text field 
> selected,
> > shift highlighted text with the keyboard.
> > 
> > Quite annoying.
> > 
> > 
> > 
> > Seth
> >
>


Reply via email to