Errer after GWT 2.4 upgrade.

115 views
Skip to first unread message

skippy

unread,
Mar 27, 2012, 4:31:37 PM3/27/12
to Google Web Toolkit
I upgraded to GWT 2.4.0 from 2.3.0

When I try running the onload, I get a js error and a blank page.

Object does not support in the cache.html. I have cleared my cache
just for fun.

After compiling the source in Detailed mode, This is the error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/
4.0; chromeframe/17.0.963.83; SLCC2; .NET CLR 2.0.50727; .NET CLR
3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MS-RTC
LM 8; .NET CLR 1.1.4322; Tablet PC 2.0)
Timestamp: Tue, 27 Mar 2012 20:18:01 UTC


Message: Object doesn't support this property or method
Line: 72280
Char: 3
Code: 0
URI: http://localhost:8080/tdcb/tdcb/326F857FA6DED4A25577CB9F21813982.cache.html



Line 72280 is:

$wnd.addEventListener($intern_962,
com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent,
true);

I seems to happen just after a few RPC calls.

The last thing my entry point does is this JNSI init:

private native void initNativePrintExportJSMethods(PrintExport
pe) /*-{
$wnd.printExport = function (screenDef,Action,addParms) {

pe.@com.fis.tdcb.gwt.client.util.PrintExport::processAction(Ljava/lang/
String;Ljava/lang/String;Ljava/lang/String;)(screenDef,Action,
addParms);

};
}-*/;


Any help would be great! We need this upgrade to us the Data Grid
with sorting headings.

skippy

unread,
Mar 28, 2012, 11:31:51 AM3/28/12
to Google Web Toolkit
Looks like my problem is related to the Crome-Frame installed but
disabled,
I have not seen a complete workaround. Does anyone have an update?

Issue 6665: GWT2.4RC applies wrong DOMImpl with disabled chrome frame



On Mar 27, 3:31 pm, skippy <al.leh...@fisglobal.com> wrote:
> I upgraded to GWT 2.4.0 from 2.3.0
>
> When I try running the onload, I get a js error and a blank page.
>
> Object does not support in the cache.html.  I have cleared my cache
> just for fun.
>
> After compiling the source in Detailed mode, This is the error:
>
> Webpage error details
>
> User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/
> 4.0; chromeframe/17.0.963.83; SLCC2; .NET CLR 2.0.50727; .NET CLR
> 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MS-RTC
> LM 8; .NET CLR 1.1.4322; Tablet PC 2.0)
> Timestamp: Tue, 27 Mar 2012 20:18:01 UTC
>
> Message: Object doesn't support this property or method
> Line: 72280
> Char: 3
> Code: 0
> URI:http://localhost:8080/tdcb/tdcb/326F857FA6DED4A25577CB9F21813982.cach...
>
> Line 72280 is:
>
>  $wnd.addEventListener($intern_962,
> com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent,
> true);
>
> I seems to happen just after a few RPC calls.
>
> The last thing my entry point does is this JNSI init:
>
>     private native void initNativePrintExportJSMethods(PrintExport
> pe) /*-{
>         $wnd.printExport = function (screenDef,Action,addParms) {
>
> p...@com.fis.tdcb.gwt.client.util.PrintExport::processAction(Ljava/lang/

skippy

unread,
Mar 28, 2012, 12:57:01 PM3/28/12
to Google Web Toolkit
Just some more details on the problems.

This is when you use IE8 with Crome-Frame installed but not enabled.
We recommend Crome-Frame for our application because of the poor
performance of IE and grid tables.

This looks like an old problem, yet little activity to correct it.

I have tried the changes to the module xml file with no luck.

Any help would be great!


> > with sorting headings.- Hide quoted text -
>
> - Show quoted text -

jhulford

unread,
Mar 29, 2012, 7:58:03 PM3/29/12
to google-we...@googlegroups.com
Chrome Frame shouldn't even be reporting itself in the user agent string if it's disabled.


I believe you could actually override the standard user agent property selector with your own and make it not look for chrome frame in the UA string if you needed to handle buggy chrome frame installs.

JoseM

unread,
Mar 29, 2012, 10:07:41 PM3/29/12
to google-we...@googlegroups.com
Do you have any more details on how to do that exactly?

skippy

unread,
Mar 30, 2012, 8:40:15 AM3/30/12
to Google Web Toolkit
This is from Alex Russel:

Disabling the BHO doesn't work well for the reason you cite below and
we don't really expect this to be fixable. Your best bet is to
uninstall GCF if it's not enabled.
Reply all
Reply to author
Forward
0 new messages