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

[spark_skins] Default height of Halo RadioButton is different

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Compile with -theme=${flexlib}/themes/Halo/halo.swc & run:
      For Flex 4 w/ halo swc.
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://ns.adobe.com/mxml/2009" >
      <mx:RadioButton label="RadioButton" id="rb"/>
      <mx:Text text="RadioButton height:

      {rb.height}" />
      </mx:Application>

      For Flex 3 behavior:
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" >
      <mx:RadioButton label="RadioButton" id="rb"/>
      <mx:Text text="RadioButton height: {rb.height}

      " />
      </mx:Application>

      Actual Results:
      Height of Halo RadioButton is now 18.

      Expected Results:
      Halo RadioButton default height should be 22, the same as Flex 3 Halo RadioButton when compiled with the Halo skin

      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: