1) A bug where animated GIFs were intermittently not animated seems to
be fixed
2) Copy/Paste selection can occur when/where you don't want it to appear
> If so, what workarounds have you developed?
>
Use "-webkit-user-select: none;" to disable copy/paste (selection) on
the elements where this is a problem.
-- Sean
You can set it on the entire body, but you risk disabling selections
that the user may actually want to perform. (e.g. copying of text, or
copy/paste in a form field.)
-- Sean