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

textAlign style should default to center instead of left

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • None
    • Mobile: SpinnerList
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Create a new Flex mobile project with this view:
      <?xml version="1.0" encoding="utf-8"?>
      <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      title="AndroidDateSpinnerView"
      backgroundColor="0x000000">

      <s:SpinnerList id="daySpinner" color="0xFFFFFF" typicalItem="31">
      <s:dataProvider>
      <s:ArrayList>
      <s:source>
      [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31]
      </s:source>
      </s:ArrayList>
      </s:dataProvider>
      </s:SpinnerList>

      </s:View>

      2.
      3.

      Actual Results:

      The single digit values and double digit values seem to be left aligned. I think both should be center aligned. See attached screenshot.

      Expected Results:

      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: