Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a simple application with a spark scroller
2. Add a spark numericstepper into the scroller, give it any minimum and maximum values
3. Add a spacer to the scroller so that a vertical scroll bar is shown
4. Click on the numericstepper and use the mouse wheel to move the values up or down while mouse is over the numericstepper
5. Move the mouse away from the numericstepper and use the mousewheel
Actual Results:
With the mouse no longer over the numericstepper the mouse wheel should move the scroller up/down. Instead it continues to move the numericsteppers values up/down
Expected Results:
If the mouse is not over the numericstepper, the scroller should be moved up/down when using the mouse wheel.
Workaround (if any):
On rollOut of the numericstepper set the focus to the scroller. rollOut="scrollArea.setFocus();"