You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "OmPrakash Muppirala (JIRA)" <ji...@apache.org> on 2015/02/12 09:35:12 UTC

[jira] [Commented] (FLEX-34746) Upscaling BusyIndicator leads to wrong rotation centre

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

OmPrakash Muppirala commented on FLEX-34746:
--------------------------------------------

Which skin?  iOS, Android or legacy?

> 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)