greatwar93 / gwt-g2d

Automatically exported from code.google.com/p/gwt-g2d
0 stars 0 forks source link

demo not work with IE9 #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
demo not work with IE9

I dont know, If I can use this library. Its nice, but if not work with IE9, I 
cant use it.

thanks.

Original issue reported on code.google.com by mostka.j on 4 Nov 2010 at 9:03

GoogleCodeExporter commented 8 years ago
Yes, the demo does not work with IE9. This is partly because GWT does not 
support an IE9 permutation yet, and some GWT widgets are compiled differently 
for the older IE such that, when viewed in IE9, they show up very strangely.

I have created a stripped down demo that works under IE9 beta 
(http://gwt-g2d.appspot.com/ie9/index.html), you will need to change the 
Document Mode to IE9 (under developer tool) for the demo to show up correctly. 
I do expect the GWT team to come up with an answer for IE9 sometimes soon, so 
hopefully things will be made a lot simpler. If you want, I can give you a 
build that will run on IE9 but not the previous IE's.

Best,
Hao

Original comment by hao1...@gmail.com on 5 Nov 2010 at 1:41