Mara Cou created FLEX-34746:
-------------------------------
Summary: Upscaling BusyIndicator leads to wrong rotation centre
Key: FLEX-34746
URL: https://issues.apache.org/jira/browse/FLEX-34746
Project: Apache Flex
Issue Type: Bug
Components: Spark: BusyIndicator
Affects Versions: Apache Flex 4.14.0
Environment: Win 7
FP 16
Reporter: Mara Cou
Upscaling BusyIndicator leads to wrong rotation centre. The BusyIndicator
rotates around the top left point of the component and not around the center as
expected.
Example:
{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"
xmlns:mx="library://ns.adobe.com/flex/mx"
width="100%"
height="100%">
<s:HGroup width="100%"
height="100%"
horizontalAlign="center"
verticalAlign="middle">
<s:BusyIndicator width="125"
height="125"/>
</s:HGroup>
</s:Application>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)