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

FormItem component truncates text, when scaling down (truncates when scaled up, if fontsize specified).

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK 2.0.1 (Release)
    • None
    • mx: Form View
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Internet Explorer 7.x
      Language Found: English

    Description

      Steps to reproduce:

      1. Use Code:

      <mx:Form
      width="100%"
      scaleX="0.95" scaleY="0.95"
      >
      <mx:FormItem label="FORMITEM: Scaled to 95%" />
      <mx:Label text="LABEL (in Form): Scaled 95%" />
      </mx:Form>

      2. Example 2:

      <mx:Form
      width="100%"
      scaleX="1.15" scaleY="1.15"
      >
      <mx:FormItem fontSize="11" label="FORMITEM: Scaled to 115%" />
      <mx:Label fontSize="11" text="LABEL (in Form): Scaled 115%" />
      </mx:Form>

      Actual Results:
      1) Label is truncated (...)
      2) Label is truncated (...)

      Expected Results:

      • Label NOT to be truncated (there's obviously enough space for label text).

      Workaround (if any):

      • Set the FormItem's labelWidth style to a greater width.

      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: