Ok, found a temporary solution, seems the problem is indeed in
Microsofts hands.

To force IE8 to display pages as IE7 use this meta tag in your html

<meta http-equiv="X-UA-Compatible" content="IE=7">



On Jul 9, 3:59 pm, Stefan Sigvardsson <scht...@gmail.com> wrote:
> Seems like Microsoft has done it again...
>
> When trying to display a DialogBox (with .center() ) everything works
> fine in all browsers (including IE6-7), except for IE8.
>
> The error message i get is in Swedish ("Har inte implementerats"), but
> it should translate to "Not implemented". With a reference to a code
> point in the generated JavaScript file, where the code says
> "c.setExpression(ad,pe)".
>
> When running IE8 with Browser Mode IE7 or compability view the
> DialogBoxes work fine, the same when using Document Mode IE7 or
> Quirks.
>
> But that is not satisfactory. The page should work in regular IE8 too.
>
> An example snippet of code that does not work:
> public void onModuleLoad() {
>     DialogBox mybox = new DialogBox();
>     mybox.setText("foo");
>     mybox.center();
>
> }
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to