Let me say up front that I'm probably doing something wrong as I'm new to GWT (and searching hasn't yielded any meaningful results).
Anyway, I ported my Java Color Computer Emulator to JavaScript using GWT. Everything works great in Firefox and Chrome. See here: http://www.haplessgenius.com/mochajs/Mocha.html In IE on my Windows 7 machine and the Edge browser in Windows 10 laptop, the keyboard doesn't work. The mouse handlers work fine. At first I thought I was dealing with altogether different KeyCodes but that's not the case; onKeyDown and onKeyUp just aren't firing. Any thoughts? Thanks in advance, Brad -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
