Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-12642

textDecoration=underline not working for AIR application in Flex 3 Beta 2

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: