You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Emmanuel Jacquier (JIRA)" <ji...@apache.org> on 2012/08/01 19:33:02 UTC

[jira] [Commented] (FLEX-33143) Spark TextInput using Mobile skinClass: setting displayAsPassword to true impacts all other TextInput and breaks softKeyBoard (no more International keyboards)

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

Emmanuel Jacquier commented on FLEX-33143:
------------------------------------------

By default, its the StageTextInputSkin that is used by the TextInput component, did you try using this skin instead of the old mobile TextInputSkin ?
                
> Spark TextInput using Mobile skinClass: setting displayAsPassword to true impacts all other TextInput and breaks softKeyBoard (no more International keyboards)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-33143
>                 URL: https://issues.apache.org/jira/browse/FLEX-33143
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: TextInput
>    Affects Versions: Adobe Flex SDK 4.6 (Release)
>         Environment: IPAD AIR 3.3
>            Reporter: Philippe Mouawad
>            Priority: Critical
>         Attachments: BUG-33143.fxp
>
>
> Hello,
> We have a mobile application that uses Flex 4.6 (Air 3.3) that is deployed on Android Tablets and IPad ones (IPad 1 & 2, IOS 5.1.1 9B296).
> Users from Thailang / Korea are reporting a problem with the soft keyboard which does not propose the Thai or Korean keyboard while native application do propose it.
> To be clear, on iPad you can configure more than one keyboard among which for example Thai or Korean keyboards.
>     http://support.apple.com/kb/HT4509
> I searched for some time, and finally came to a strange idea. I noticed my first TextInput fields had displayAsPassword set to true.
> So I made a little test with:
>     1)<s:TextInput/>
> and
>     2) <s:TextInput displayAsPassword="true" />
> And BINGO, there is a bug:
> 1) If I first go to first field, International Keyboard appears
> 2) I go to second one, it disappears
> 3) I go back to first one, no more International Keyboard
> Setting displayAsPassword="true" breaks soft keyboard.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira