On 2009/07/21 14:08:13, jlabanca wrote: > Just fix the bitmap and it looks good to me.
> http://gwt-code-reviews.appspot.com/51810/diff/1/3 > File user/src/com/google/gwt/user/client/impl/DOMImplStandard.java (right): > http://gwt-code-reviews.appspot.com/51810/diff/1/3#newcode241 > Line 241: if (chMask & 0x40000) elem.onpaste = (bits & 0x80000) ? > this should be 0x80000, not 0x40000 Yikes, thanks. I wish you could dispatch paste events, so that I could actually write a freaking test for this... Committed at r5759. http://gwt-code-reviews.appspot.com/51810 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
