pillindra
05-14-2008, 05:02 PM
Our company is planning to migrate to ExtGWT from myGWT. Our application is currently developed in 0.5.2.
I would like to know whether migrating to ExtGWT would resolve the following error that occurs in case of IE in our current application. But this error does not happen in firefox. Only in IE 7.0 after 8 clicks with in our application this exception occurs which is consistantly reproducible. Firefox does not give this exception even after 8 clicks.
Exception stack trace:
--------------------------------------
com.google.gwt.core.client.JavaScriptException: JavaScript Error exception: Unexpected call to method or property access.
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:481)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:270)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:137)
at net.mygwt.ui.client.util.CSS.setRules(CSS.java:57)
at net.mygwt.ui.client.util.StyleTemplate.apply(StyleTemplate.java:54)
at net.mygwt.ui.client.widget.table.Table.onRender(Table.java:710)
at net.mygwt.ui.client.widget.Component.render(Component.java:1140)
at net.mygwt.ui.client.widget.Component.getElement(Component.java:431)
at net.mygwt.ui.client.widget.Layout.renderAll(Layout.java:74)
at net.mygwt.ui.client.widget.Layout.onLayout(Layout.java:66)
at net.mygwt.ui.client.widget.layout.FillLayout.onLayout(FillLayout.java:107)
at net.mygwt.ui.client.widget.Layout.layout(Layout.java:42)
at net.mygwt.ui.client.widget.WidgetContainer.onLayout(WidgetContainer.java:341)
at net.mygwt.ui.client.widget.WidgetContainer.layout(WidgetContainer.java:235)
at net.mygwt.ui.client.widget.WidgetContainer.layout(WidgetContainer.java:251)
at net.mygwt.ui.client.widget.WidgetContainer.onAttach(WidgetContainer.java:324)
at com.google.gwt.user.client.ui.Widget.setParent(Widget.java:241)
at com.google.gwt.user.client.ui.Panel.adopt(Panel.java:119)
at com.google.gwt.user.client.ui.HTMLTable.setWidget(HTMLTable.java:1100)
----------------------------------------
So, I am just wondering whether migrating to Ext GWT would resolve this issue.
Thanks,
Padma
I would like to know whether migrating to ExtGWT would resolve the following error that occurs in case of IE in our current application. But this error does not happen in firefox. Only in IE 7.0 after 8 clicks with in our application this exception occurs which is consistantly reproducible. Firefox does not give this exception even after 8 clicks.
Exception stack trace:
--------------------------------------
com.google.gwt.core.client.JavaScriptException: JavaScript Error exception: Unexpected call to method or property access.
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:481)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:270)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:137)
at net.mygwt.ui.client.util.CSS.setRules(CSS.java:57)
at net.mygwt.ui.client.util.StyleTemplate.apply(StyleTemplate.java:54)
at net.mygwt.ui.client.widget.table.Table.onRender(Table.java:710)
at net.mygwt.ui.client.widget.Component.render(Component.java:1140)
at net.mygwt.ui.client.widget.Component.getElement(Component.java:431)
at net.mygwt.ui.client.widget.Layout.renderAll(Layout.java:74)
at net.mygwt.ui.client.widget.Layout.onLayout(Layout.java:66)
at net.mygwt.ui.client.widget.layout.FillLayout.onLayout(FillLayout.java:107)
at net.mygwt.ui.client.widget.Layout.layout(Layout.java:42)
at net.mygwt.ui.client.widget.WidgetContainer.onLayout(WidgetContainer.java:341)
at net.mygwt.ui.client.widget.WidgetContainer.layout(WidgetContainer.java:235)
at net.mygwt.ui.client.widget.WidgetContainer.layout(WidgetContainer.java:251)
at net.mygwt.ui.client.widget.WidgetContainer.onAttach(WidgetContainer.java:324)
at com.google.gwt.user.client.ui.Widget.setParent(Widget.java:241)
at com.google.gwt.user.client.ui.Panel.adopt(Panel.java:119)
at com.google.gwt.user.client.ui.HTMLTable.setWidget(HTMLTable.java:1100)
----------------------------------------
So, I am just wondering whether migrating to Ext GWT would resolve this issue.
Thanks,
Padma