Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Create a LinkButton or Label with textDecoration set to "underline" in a WindowedApplication, e.g.:
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:LinkButton textDecoration="underline" label="Link Button"/>
<mx:Label text="Label" textDecoration="underline"/>
</mx:WindowedApplication>
Actual Results:
The labels are not underlined.
Expected Results:
The labels should be underlined.
Workaround (if any):
None I'm aware of.
The equivalent Flex app:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:LinkButton textDecoration="underline" label="Link Button"/>
<mx:Label text="Label" textDecoration="underline"/>
</mx:Application>
underlines the labels correctly. AIR apps underlined correctly in beta 1.