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

ItemSnapping : Items dont snap at page boundaries when turned while an animation is performed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Mobile: List
    • 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="

      {this.width}" labelTxt="1"> </components:myGroup>
      <components:myGroup width="{this.width}

      " labelTxt="2"> </components:myGroup>
      <components:myGroup width="

      {this.width}" labelTxt="3"> </components:myGroup>
      <components:myGroup width="{this.width}

      " labelTxt="4"> </components:myGroup>
      <components:myGroup width="

      {this.width}" labelTxt="5"> </components:myGroup>
      <components:myGroup width="{this.width}

      " labelTxt="6"> </components:myGroup>
      <components:myGroup width="

      {this.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):

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: