Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run attached code:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark">
<s:HSlider id="slider"
slideDuration="10000"
left="10" right="10"
top="10" bottom="10" />
</s:Application>
2. Click on the track to start a slow-auto scroll.
3. While thumb is "mid-animate", click and try dragging it.
Actual Results:
"Wait, that's tricky!"
Expected Results:
"Hey cool, it stopped the animation when i clicked the thumb again. How clever!"
Workaround (if any):
dont use rediculously high slide durations.