[ 
https://issues.apache.org/jira/browse/FLEX-33664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-33664:
---------------------------------

    Comment: was deleted

(was: Old Adobe bug no sure when this was resolved.)
    
> Label doesn't show boldface
> ---------------------------
>
>                 Key: FLEX-33664
>                 URL: https://issues.apache.org/jira/browse/FLEX-33664
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: Label
>    Affects Versions: Apache Flex 4.9.0, Apache Flex 4.10.0
>         Environment: Galaxy Tab 8.9 / Android 4.0.4 
>            Reporter: Ostap Demkovych
>            Priority: Critical
>              Labels: easytest
>
> Label doesn't show boldface on device when Apache Flex SDK is used with AIR 
> 3.8.
> When it is used with AIR 3.6 boldface is shown properly.
> I've tried next sample to reproduce it:
> <?xml version="1.0" encoding="utf-8"?>
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
>                          xmlns:s="library://ns.adobe.com/flex/spark" 
> applicationDPI="160" 
>                         creationComplete="lbl1.setStyle('fontWeight', 
> 'bold')">
>       <s:layout>
>               <s:VerticalLayout />
>       </s:layout>
>       <s:Label id="lbl1" text="setStyle Bold Formatting"  />
>       <s:Label id="lbl2" text="Normal Formatting"  />
>       <s:Label id="lbl3" fontWeight="bold" text="css property Bold 
> Formatting"  />
> </s:Application>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to