Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run attached MXML file.
2. Drag the slider (liveDragging is false by default).
Actual Results:
The liveDragging style is false by default (same as Halo).
Expected Results:
The liveDragging style should be true by default (new behavior). I can only recall two times in my life I've wanted a non live-dragging slider, the other 99.98% of the time you'd want live dragging to be true.
Workaround (if any):
Set it globally via CSS:
s|Slider {
liveDragging: true;
}