[ 
https://issues.apache.org/jira/browse/FLEX-33882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823520#comment-13823520
 ] 

Robbyn Gerhardt commented on FLEX-33882:
----------------------------------------

I use Win8 and AIR3.9

Ok i have found the error:
In the file: 
"frameworks\projects\spark\src\spark\components\supportClasses\SkinnableTextBase.as"
 in the line 1883

//Calling later so the skin/state can finish setting up before accepting focus 
on textDisplay.
callLater(textDisplay.setFocus);


When i change this to:

textDisplay.setFocus();

then it works again.
The other thing I wrote was wrong.

Can it be that this is my problem?

> textinput.drawFocus () does not work
> ------------------------------------
>
>                 Key: FLEX-33882
>                 URL: https://issues.apache.org/jira/browse/FLEX-33882
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: TextInput
>    Affects Versions: Apache Flex 4.10.0, Apache Flex 4.11.0
>            Reporter: Robbyn Gerhardt
>              Labels: Focus, TextInput, drawFocus
>             Fix For: Apache Flex 4.12.0
>
>         Attachments: Main.air, Main.mxml, TextInputSkin.mxml
>
>
> If I want to put a spark:TextInput in the focus of this is no longer.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to