Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
Adobe Flex SDK 4.6 (Release), Apache Flex 4.10.0
-
iPhone All
Description
Problem Description: Softkey-board related features like autoCapitalize,softKeyboardType does not works on ios for TextInput if MobileSkin is used with the TextInput.
Steps to Reproduce: With any ios based air application the textiput as below:-
<s:TextInput skinClass="spark.skins.mobile.supportClasses.MobileSkin" autoCapitalize="sentence" softKeyboardType="number"/>
When one will touch on this Textinput on ios softkeyboard type will not open as number and also autoCapitalize will not work.
Actual Result: This will not show the softkeyboardtype to number and also will not do autoCapitalize because we have used MobileSkin.
Expected Result: SoftkeyboardType should be number when it open and also autoCapitalize should work as it works when we don't use MobileSkin.
Issue is reported one year back to adobe but nothing from their end:-
Attachments
Issue Links
- is related to
-
FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms
- Resolved
- relates to
-
FLEX-29024 TextInput component ignores autoCapitalize, autoCorrect, and softKeyboardType properties when using TextInputSkin skin
- Closed