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

[backwards compatibility] Checkbox with label has a height 22 width 55 instead of height 18 width 64 in Flex 2.0.1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Adobe Flex SDK Previous
    • mx: CheckBox
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Reproduction:
      1. Compile & Run the following with Flex 2.0.1 and Flex 2.0:
      <?xml version="1.0"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" height="600" width="600" >
      <mx:CheckBox id="cb" label="Label"/>
      <mx:Label text="Height :

      {cb.height}

      "/>
      <mx:Label text="Width :

      {cb.width}

      "/>
      </mx:Application>

      Actual Results:
      With the latest build the height is 22, and the width is 55.
      With Flex 2.0.1 the height is 18, and the width is 64.

      Expected Results:
      They should either be the same height & width or there should be a way to toggle behavior to either the new way or the Flex 2.0.1.

      Workaround:

      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: