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

zy edited comment on FLEX-33366 at 1/25/13 4:48 PM:
----------------------------------------------------

Thank you.But I all use the TLF,is it can't use  flash.text.TextField ?. and 
How to use the mobile skin.I can't find it.
but my project is not mobile,and I Custom appearance and use the 
RichEditableText。

My  simple test  is:
<?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" 
                           xmlns:mx="library://ns.adobe.com/flex/mx" 
minWidth="955" minHeight="600">
        <fx:Declarations>
                <!-- 将非可视元素(例如服务、值对象)放在此处 -->
        </fx:Declarations>
        <s:TextInput/>
        <s:TextArea top="200" left="200" 
skinClass="spark.skins.mobile.TextInput"/>
        <mx:TextArea top="400" left="400"/>
</s:Application>

Is it can repair in 5.0.?
I now use a stupid way, in the same position put a MX: Textinput. Click on the 
spark, first setFocus the MX,
Then the setFocus spark. But I think it is stupid. And if can repair in 5.0. I 
can not use mx components, so my SWF volume can be greatly reduced.

                
      was (Author: 181993776):
    Thank you.But I all use the TLF,is it can't use  flash.text.TextField ?. 
and How to use the mobile skin.I can't find it.

My  simple test  is:
<?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" 
                           xmlns:mx="library://ns.adobe.com/flex/mx" 
minWidth="955" minHeight="600">
        <fx:Declarations>
                <!-- 将非可视元素(例如服务、值对象)放在此处 -->
        </fx:Declarations>
        <s:TextInput/>
        <s:TextArea top="200" left="200" 
skinClass="spark.skins.mobile.TextInput"/>
        <mx:TextArea top="400" left="400"/>
</s:Application>

Is it can repair in 5.0.?
I now use a stupid way, in the same position put a MX: Textinput. Click on the 
spark, first setFocus the MX,
Then the setFocus spark. But I think it is stupid. And if can repair in 5.0. I 
can not use mx components, so my SWF volume can be greatly reduced.

                  
> The candidate input method can not follow
> -----------------------------------------
>
>                 Key: FLEX-33366
>                 URL: https://issues.apache.org/jira/browse/FLEX-33366
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: TextArea, Spark: TextInput
>    Affects Versions: Apache Flex 4.8 (parity release)
>         Environment: windows,IE8
>            Reporter: zy
>
> The spark:TextArea and TextInput  Chinese candidate input method can not 
> follow.
> But mx:TextArea and TextInput not this issue.
> I guess you only test the English input method, Chinese input methods all 
> have this problem, it is affecting the user experience.
> you can test this Chinese input method.all chinese use this.
> http://dl_dir.qq.com/invc/qqpinyin/QQPinyin_Setup_1.1.1224.400.exe
> I made a picture to illustrate the problem.
> http://img.my.csdn.net/uploads/201301/24/1359028348_2400.jpg
> If you are unclear, please let me know. I don't know english.I am very sorry.
> Thank you!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to