[Seaside] Re: Scriptaculous and Move

Squeaker squeakman at gmail.com
Tue Sep 30 15:29:21 UTC 2008


Gaëtan Le Brun wrote:
> It works for me if i replace :
> new Effect.Move('testMove',10,10,{'duration':1})
> with :
> new Effect.Move('testMove',{'x':10,'y':10,'duration':1})
> 
> Gaëtan
> 

Yes, I can confirm that your changes worked.  Thanks.

It appears to me that this is a problem with the SUEffect>>move: method. 
      Assuming that this is a bug, is this where the fix should go?

...Frank



More information about the seaside mailing list