Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.3 (Release)
-
None
-
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)