Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run the bug file:
<?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"
xmlns:mx="library://ns.adobe.com/flex/mx"
layoutDirection="rtl">
<s:VSlider maximum="20" minimum="0" id="vslider1" x="10"/>
<s:HSlider maximum="50" minimum="0" y="145" x="10"/>
</s:Application>
2. Move the Slider and view the data tips.
Actual Results: The data tips are mirrored
Expected Results: Numbers should not be mirrored in this case.
Workaround (if any):