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

Text alignment after scaling is inconsistent

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • Adobe Flex SDK Previous
    • None
    • Mobile: Density
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Browser: Other (specify version)
      Language Found: English

    Description

      Steps to reproduce:
      1. Create mobile application (blank for view navigator) with the following content:
      <s:Application authorDensity="160ppi"

      ...

      <fx:Style>
      @namespace s "library://ns.adobe.com/flex/spark";
      @namespace local "*";

      global

      { fontSize: 16pt; }

      </fx:Style>

      <s:VGroup paddingLeft="20" paddingTop="20" paddingBottom="20" paddingRight="20" gap="20">
      <s:CheckBox id="checkboxUp" label="Demo"/>
      <s:CheckBox id="checkboxUp1" label="Up"/>
      <s:CheckBox id="checkboxUpAndSelected" label="Up and Selected"/>
      <s:CheckBox id="checkboxDown" label="Down"/>
      <s:CheckBox id="checkboxDownAndSelected" label="Down and Selected"/>
      <s:CheckBox id="checkboxDisabled" label="Disabled"/>
      <s:CheckBox id="checkboxDisabledAndSelected" label="Disabled and Selected"/>
      </s:VGroup>

      2. View in ADL or on device at 160->240 or 160->320
      3. Inspect left alignment of text

      Actual Results:
      See attached. Text (particularly the left edge of "D") does not align consistently when scaled.

      Expected Results:
      Text alignment should be consistent.

      Workaround (if any):

      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: