Firstly, i want to know if gwt 2.3 can be use on internet explorer 6.
If it is possible, what can i do to make my application compatible
with internet explorer 6.
Thanks.
Eric.
Hi,
I am using gwt 2.3 (with UiBinder) and try to launch my application on
internet explorer 6.
I got a blank page with and error message such as onModuleLoad()
fails.
Firstly, i want to know if gwt 2.3 can be use on internet explorer 6.
You probably know that IE 6 is absolutely outdated and that you'll
have a lot of trouble making your ideas work on IE 6. That is - btw -
not a GWT problem, but a problem of any kind of stuff that should run
on IE 6. IE6 is just "evil".
GWT does an excellent jobs making cool things work on IE6. But still -
you'll have problems.
I would 1) Negotiate hard to drop IE 6 support or 2) Use ChromeFrame
to abstract IE6 away.
If you check out HtmlBoilerplate (http://html5boilerplate.com/) it is
really simple and does not need an admin account on the PC:
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/CFInstall.min.js"></script>
<script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script>
<![endif]-->
Best,
Raphael
>
>
> Yes.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/RTmjfBZvtRkJ.
>
> To post to this group, send email to google-we...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-tool...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
--
inc: http://ars-machina.raphaelbauer.com
tech: http://ars-codia.raphaelbauer.com
web: http://raphaelbauer.com