Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
When verticalScrollbarPolicy is set to auto, and the vertical scrollbar appears because of a need to scroll, the contents are not resized, therefore, a horizontal scrollbar will then show to accommodate the vertical scrollbar.
Steps to reproduce:
1.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:local="*">
<mx:Canvas width="100%" height="700"/>
</mx:Application>
2. Size browser below 700px in height.
Expected behavior: Vertical scrollbar appears, content is given a new width to account for the new vertical scrollbar.
Actual behavior: Vertical scrollbar appears, horizontal scrollbar also appears.