Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Build the attached application using Flex SDK 4.0.0.8155
2. Press the mouse button on the scroll bar thumb
3.Go out of the borwser window
Actual Results:
The scroll bar is not updated when the mouse cursor is out of the window
Expected Results:
It should work
Workaround (if any):
None
Other remarks:
- Compiling the same application with Flex SDK 3.4 and the scroll bar is working correctly
- The Spark scroll bar is working as expected but it is not using the sandbox mouse events. Event listeners are registered on stage which is not fine according to Marshall Plan (SkinnableComponent.addSystemHandlers)