Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.12722.
Steps to reproduce:
1. Compile and run attached MXML file.
2. Click on the Spark TextArea control and give your mouse wheel a spin. Text scrolls.
3. Click on an empty portion of the Spark Scroller control and give your mouse wheel a spin. Scroller scrolls.
4. Click on the Spark HSlider control and give your mouse wheel a spin. HSlider scrolls.
5. After clicking the HSlider, hover (but to NOT click) over the Spark TextArea and give the mouse wheel a spin. TextArea AND the HSlider are scrolling.
Actual Results:
HSlider has focus and scrolls with mouse wheel regardless of whether the mouse is hovering over it or not. This is different than the Scroller/TextArea behavior.
Expected Results:
HSlider should only scroll when the mouse is hovering over it?
Workaround (if any):
n/a