[ 
https://issues.apache.org/jira/browse/FLEX-34746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483957#comment-14483957
 ] 

Graeme Parkins commented on FLEX-34746:
---------------------------------------

I was using 4.14.0 and did not have this behavior but after upgrading to 4.14.1 
this behavior has started while running on iOS.  

I see the changes you have made in the sdk folder but the behavior is still 
there.  I reverted to 4.14.0 and the behavior went away (it works correctly) 
but I need 4.14.1 for other fixes. I tried reverting the chnaged line in the 
iOS file but that didn't help. Can you please retest on iOS?  Thanks.

> 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
>            Assignee: OmPrakash Muppirala
>             Fix For: Apache Flex 4.14.1
>
>
> 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)

Reply via email to