Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a simple scroller and set pageScrollingEnabled to true
<s:Scroller id="imageScroller" top="61" width="100%" height="100%" verticalScrollPolicy="on"
horizontalScrollPolicy="off" pageScrollingEnabled="true">
<s:VGroup id="imageGroup" height="100%" width="100%" clipAndEnableScrolling="true" gap="0">
<components:myGroup width="
<components:myGroup width="{this.width}
" labelTxt="2"> </components:myGroup>
<components:myGroup width="
<components:myGroup width="{this.width}
" labelTxt="4"> </components:myGroup>
<components:myGroup width="
<components:myGroup width="{this.width}
" labelTxt="6"> </components:myGroup>
<components:myGroup width="
" labelTxt="7"> </components:myGroup>
</s:VGroup>
</s:Scroller>
2. Initiate a throw on the scroller and rotate device in the middle of the throw such that the item is not at "center"
Actual Results:
When rotated, the scroller does not snap at the edge corresponding to the scrollSnappingMode, instead lands at any pixel.
Expected Results:
When rotated, should land at an item should land in page boundaries
Workaround (if any):