Wednesday, September 15, 2010

Re: IE 9 Beta exception in IE9Standards mode on button creation

"fixed" this by specifying the IE8 useragent in the hosting html page
header:

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


On Sep 15, 7:01 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> On 15 sep, 21:30, Brian <hibr...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
> > 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... ?
>
> Seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=5125
> (the exact issue you're facing is issue 5058)

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