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

Spark Accordion: AccordionContent's header and content has different widths

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Run below code:

      <?xml version="1.0" encoding="utf-8"?>
      <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">

      <s:Accordion id="acc1">
      <s:AccordionContent label="Tab 1" >
      <s:CheckBox/>
      </s:AccordionContent>
      <s:AccordionContent label="Tab 2" >
      <s:CheckBox/>
      </s:AccordionContent>
      </s:Accordion>
      </s:Application>

      2.
      3.

      Actual Results:
      Width of AccordionContent's contentGroup is less than that of it's header.

      Expected Results:
      Width of AccordionContent's contentGroup and it's header is the same.

      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: