Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34746

Upscaling BusyIndicator leads to wrong rotation centre

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Apache Flex 4.14.0
    • Apache Flex 4.14.1
    • Spark: BusyIndicator
    • None
    • Win 7
      FP 16

    Description

      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:

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

      Attachments

        Activity

          People

            bigosmallm Om
            veryflexible Mara Cou
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: