Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
Apache Flex 4.11.0
-
None
-
Windows 7 64 bit, Flash Builder 4.6, HTC One Android 4.4.2/ Galaxy Note 3 Android 4.4.2
Description
I have come to this bug where localization does not work in Android 4.4.2. Oddly, this problem only occurs in the spark list component. The dataProvider is showing blank items.
The following is my code:
<s:List id="list" width="100%" height="100%" locale="zh_CN">
<s:itemRenderer>
<fx:Component>
<renderers:RoundedListItemRenderer decorator="
" labelField="label" styleName="roundedListStyle" alternatingItemColors="0xdcdcdc" color="0x444444" downColor="0xb0b0b0" width="100%" height="100%"/>
</fx:Component>
</s:itemRenderer>
<s:ArrayCollection>
<fx:Object type="current" label="
" icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="statement" label="
" icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="history" label="
" icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="deposit" label="
" icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="withdrawal" label="
" icon="@Embed('images/ico_next_grey.png')"/>
</s:ArrayCollection>
</s:List>
[Edit]
I have tried on button. The same thing happens when I removed the skinClass.
Here is my button code:
<s:Button id="logoutBtn" label="
"
width="100%" height="60" skinClass="skins.LoginButtonSkin"/>
Attachments
Attachments
Issue Links
- is related to
-
FLEX-34037 Flex SDK 4.11 some components cannot display Chinese characters on Android 4.4.x
-
- Open
-