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

checkbox does not right align with text in FxCheckBox

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK 4.0 (Release)
    • None
    • Spark: CheckBox
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile & run:
      <?xml version="1.0" encoding="utf-8"?>
      <FxApplication xmlns="http://ns.adobe.com/mxml/2009" xmlns:mx="http://ns.adobe.com/mxml/2009">
      <FxCheckBox width="200" textAlign="right" label="CheckBox label" x="30" y="100"/>
      <mx:CheckBox width="200" label="CheckBox label" x="30" y="150" textAlign="right"/>
      </FxApplication>

      Actual Results:
      Notice the FxCheckBox text is right aligned, but the checkbox is still left aligned.

      Expected Results:
      The checkbox should be right aligned with the text for FxCheckBox. (mx:CheckBox functions as expected).

      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: