Wednesday, September 15, 2010

IE 9 Beta exception in IE9Standards mode on button creation

Just downloaded the IE9 beta, and ran my site through it, but I'm
getting exceptions. They only occur in "Document Mode: IE9 Standards"
-- everything seems to work in the other Document Modes (IE8
Standards, etc).

The easiest way to see an exception is having a button made in a
UIBuilder class. The pretty javascript is:

function com_google_gwt_user_client_ui_Button_Button__V(){
// Exception here:
this.com_google_gwt_user_client_ui_UIObject_element =
$doc.createElement($intern_295);
this.com_google_gwt_user_client_ui_UIObject_element[$intern_296] =
$intern_297;
}

Maybe I don't have something set right on this IE9 beta... ?

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment