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

Scaled Button truncates text with "..." even with plenty of space

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK 3.2 (Release)
    • None
    • mx: Button
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Browser: Internet Explorer 6.x
      Language Found: English

    Description

      Steps to reproduce:

      1. Compile and run this code:

      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      xmlns:ui="com.acrobat.lib.ui.*"
      xmlns:local="*"
      layout="absolute">
      <mx:Button x="179" y="180" label="Aug" width="150" height="150" scaleX="1.5" scaleY="1.5" fontSize="12"/>
      </mx:Application>

      Actual Results:

      The Button's label is truncated to "..." even though there's plenty of room to lay out the full label.

      Expected Results:

      The button should show the entire label.

      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: