Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Apache Flex 4.9.0
-
None
-
Windows 7, Flash Builder 4.6
Description
Text Input in Mobile cannot enter any text when switching to mobile TextInputSkin. Immediately after I remove the skinClass, it works again. The following is my TextInput component:
<s:TextInput id="passwordInput" width="100%" contentBackgroundColor="0xffffff" displayAsPassword="true" prompt="Please Enter Password" skinClass="spark.skins.mobile.TextInputSkin"/>