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 http://gwt-code-reviews.appspot.com/51810 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
