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

FormItem direction attribute does not work correctly for horizontal value.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.3 (Release)
    • None
    • mx: Form View
    • None
    • Affected OS(s): Windows
      Affected OS(s):
      Browser: Internet Explorer 7.x
      Language Found: English

    Description

      Steps to reproduce:
      1. Create new MXML

      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
      <mx:Form x="181" y="119" width="633" height="419">
      <mx:FormItem label="Label" direction="horizontal" width="570" height="148">
      <mx:Button label="Button"/>
      <mx:Button label="Button"/>
      </mx:FormItem>
      <mx:FormItem label="Label" direction="vertical" width="568" height="156">
      <mx:Button label="Button"/>
      <mx:Button label="Button"/>
      </mx:FormItem>
      </mx:Form>
      </mx:Application>

      2. Run the Example
      3.

      Actual Results:
      The Buttons are not listed horizontally in the formitem element.

      Expected Results:
      Horizontal alignment.

      Workaround (if any):

      Attachments

        Activity

          People

            Unassigned Unassigned
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: