Tuesday, January 29, 2013

Re: The Chrome 24 Animation bug and unstable APIs in general

Thanks for the link. Good discussion. I was under the impression that there was other code that used prefixed js, but grepping the code just now I only find the animation impl.

I agree with your comments in that thread that it should be enabled by default and agree that 2.4 should have been officially patched to 2.4.1 as soon as the issue was known. As I've mentioned elsewhere, we're not using 2.5 because there's nothing we particularly need and because of this issue:

https://groups.google.com/d/topic/google-web-toolkit/Snj52ylNSF4/discussion

In our particular case, we implemented an animation as a subclass of Animation that moves a dragged object back to its origin if it was dropped in an invalid location. It gives good user feedback that their drop failed (rather than just hiding the object being dragged) and if it is a little jerky because it is using a sub-optimal implementation, I'm ok with that. In our testing, it looked just fine with the Timer implementation.

Thanks,
Andy

On Tuesday, January 29, 2013 1:11:16 PM UTC-5, Jens wrote:
Take a look at


-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment