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

Justin Mclean commented on FLEX-14602:
--------------------------------------

May of been fixed in Apache flex 4.10
                
> mx:Zoom does not work correctly in mx:Sequence or mx:Parallel with other 
> effects
> --------------------------------------------------------------------------------
>
>                 Key: FLEX-14602
>                 URL: https://issues.apache.org/jira/browse/FLEX-14602
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Effects
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Browser: Firefox 2.x
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easytest
>
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute">
>       <mx:Canvas width="400" height="400" horizontalScrollPolicy="off" 
> verticalScrollPolicy="off">
>               <mx:Image id="image1" 
> source="http://www.adobe.com/images/store/product_boxshots/150x150/box_flexbuilderstandard3_150x150.jpg";
>  x="0" y="0" width="100%" height="100%" creationCompleteEffect="{loop1}" 
> autoLoad="true"/>
>       </mx:Canvas>
>       <!-- same problem with mx:Parallel -->
>       <mx:Sequence id="loop1" repeatCount="0" >
>               <mx:Zoom duration="2000" zoomWidthFrom="0.1" 
> zoomHeightFrom="0.1" zoomWidthTo="2.0" zoomHeightTo="2.0"/>
>               
>               <!-- uncomment this to get some unwanted nasty effects, same 
> problem with other mx:Effects
>               <mx:Pause duration="1000"/>
>               -->
>       </mx:Sequence>
> </mx:Application>
> Steps to reproduce:
> 1. uncomment the mx:Pause effect in above source code
>  
>  Actual Results:
> image center shifts to 0,0 of canvas for no reason
>  
>  Expected Results:
>  same as with mx:Pause commented out, that is zoom effect working correctly
>  
>  Workaround (if any):
> don't use effects

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to