History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-15554
Type: Bug Bug
Status: Closed Closed
Resolution: Deferred
Priority: None None
Assignee: Gaurav Jain
Reporter: Marc Baiges
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Flex SDK

Currency symbols for embedded fonts in Mac

Created: 05/13/08 05:40 AM   Updated: 06/02/08 09:12 AM
Component/s: Embedded Fonts
Security Level: Public (All JIRA Users )

Severity: Incorrectly Functioning
Reproducibility: Every Time
Discoverability: Medium
Found in Version: SDK Flex 3 (Released)
Affected OS(s): Mac - OS 10.5
Steps to Reproduce:
Steps to reproduce:

in Mac Leopard Flex Builder 3:

1. Create a simple project with just this code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Style>
@font-face {
src: local("Arial");
fontFamily: mainFont;
}

.mystyle1 {
fontFamily:mainFont;
fontSize: 20pt;
}
</mx:Style>
<mx:Script>

</mx:Script>
<mx:Label text="€ 400"/>
<mx:Label styleName="mystyle1" text="€ 500"/>
</mx:Application>


 
 Actual Results:
 the label with the no embedded font displays the EUR symbol € (€ 400), but the embedded one doesn't (just 400)
 
 Expected Results:
 both displaying "€ 400"
 
 Workaround (if any):
 not found yet
 
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: No
QA Owner: Gaurav Jain
Resolved by: Lauren Park
Participants: Gaurav Jain, Lauren Park and Marc Baiges
Browser: Firefox 2.x
JDK: Sun 1.5.x


 All   Comments      Sort Order:
Gaurav Jain - [05/13/08 02:04 PM ]
Reproduced with flex 3 and flex 2.0.1

Lauren Park - [05/30/08 05:36 PM ]
deferred.