We are adding some graphics rendering into our application built on GWT 2.4. It works fine in all browsers including IE 6-9. Until this point, we did not specify any <!DOCTYPE> and meta tags for IE. IE 9 seems to default into Quirks Mode and our application works as expected. Unfortunately the HTML5 Canvas does not work in this mode.
If I force IE to IE9 standards mode including Document Mode, most of my GWT application does not work. But the graphics rendering with HTML 5 Canvas works fine. This is a terrible situation to be in. I would not call Bill Gates to solve this problem. I am hoping Google/GWT guys could solve my problem. Is there any way to make both my application and HTML 5 Canvas work in IE9? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
