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 [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
-~----------~----~----~----~------~----~------~--~---