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

Box incorrect behaviour when containing a bigger component and using percentages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.3 (Release)
    • None
    • mx: Box View
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"
      width="500" height="500">
      <mx:Box width="100%" height="100%" clipContent="true">
      <mx:Box width="1000" height="1000" backgroundColor="#FFFFFF">
      </mx:Box>
      </mx:Box>
      </mx:Application>

      Actual Results:
      Scrollbars appear on the Application component

      Expected Results:
      Same result as if size was without percents, scrollbars should appears on the first Box component

      Workaround (if any):
      Tried to play with scrollbarPolicy and clipContent without success
      Works when not using percentage (which is difficult in some cases)

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: