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

Elements with a 3D rotation inside a Scroller are affected by the scrollbars of sibling elements

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Spark: Scroller
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Browser: Firefox 3.x
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and run:

      <s:Application
      xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx">

      <s:Scroller height="300" width="200">
      <s:VGroup>
      <mx:Canvas height="100" width="100">
      <mx:Canvas height="500" width="400" backgroundColor="yellow">
      <mx:Label text="mx contents" y="40" />
      </mx:Canvas>
      </mx:Canvas>

      <s:Button height="50" width="50" rotationX="25" />
      </s:VGroup>
      </s:Scroller>

      </s:Application>

      2. Scroll the scrollbar of the Canvas

      Actual Results:

      The button moves when the scroll position of the canvas is changed.

      Expected Results:

      The button should not move when the scroll position of the canvas is changed.

      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: