Details
Description
Steps to reproduce:
1. create a mxml with the following tag
<s:VGroup id"testGroup" x="10" y="100">
<S:Button label="Btn1111111111"/>
<S:Button label="Btn2222222222" rotation="270"/>
<S:text="Label1111111111111111"/>
<S:text="Labe2222222222222222" rotation="270"/>
</sVGroup>
2. Set teh appllication to use layoutDirection="rtl" direction="rtl"
3. Compile and run the application
Actual Results:
Notice the rotate label is place far left unlike the rotate button.
Expected Results:
The rotate label should behave like the rotate button in rtl mode.
Workaround (if any):
None