Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK 3.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Browser: Internet Explorer 8.x
Language Found: English
Description
Steps to reproduce:
<?xml version="1.0"?>
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="onCreationComplete();">
<mx:Script><![CDATA[
private function onCreationComplete():void
]]
></mx:Script>
<mx:Text id="test"/>
<mx:Text id="test2"/>
</mx:VBox>
Actual Results:
10
£10
Expected Results:
€10
£10
The same goes for TextInput and Label.