You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/08/27 01:14:51 UTC

[jira] [Commented] (FLEX-33664) Label doesn't show boldface

    [ https://issues.apache.org/jira/browse/FLEX-33664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13750709#comment-13750709 ] 

Justin Mclean commented on FLEX-33664:
--------------------------------------

Tested on OSX desktop and label show bold fine. Is the issue specific to Galaxy Tab 4.8 or does it occur on other devices?
                
> 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