[ https://issues.apache.org/jira/browse/FLEX-33664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781279#comment-13781279
]
OmPrakash Muppirala commented on FLEX-33664:
--------------------------------------------
Can this be resolved as 'wont fix' since it is an issue with the Flash/AIR runtime? The discussion
over at https://bugbase.adobe.com/index.cfm?event=bug&id=3638337 seems to indicate that.
> 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 was sent by Atlassian JIRA
(v6.1#6144)
|