Announcement
Collapse
No announcement yet.
X
-
Thanks for the response.
We have done most of the testing with GWT 2.7 and everything else works fine . We are currently facing issues only with the Inline Editing of the ListGrid. So we may not be able to downgrade to 2.6.1
We were able to reproduce the issue only when we have the List<MenuButton> as one of the ListGrid fields. Is GWT failing on toString method of MenuButton ?
Leave a comment:
-
This looks like an error coming from inside GWT code, not SmartGWT. SmartGWT is simply calling toString() on some object you've placed inside of a Record, and GWT code for that object's toString() implementation crashes.
You may be having the same issue this user is experiencing, where it appears that GWT Proxies are broken in GWT 2.7 and will crash if certain methods are called on them. Downgrading to GWT 2.6.1 fixed the issue for that user.
Leave a comment:
-
Thanks Blama. This issue is happening on all the versions of IE. We have tested the same in IE 9 , the issue exists and fails with same error.
Leave a comment:
-
Leave a comment:
-
Inline Editing of ListGrid Not working in Internet Explorer 11
SmartClient Version: v9.1p_2015-12-10/LGPL Development Only (built 2015-12-10)
Browser Version - IE 11
We have got a ListGrid which has got Button has one of the List grid fields. When we do the Inline editing of ListGrid getting the below error. This issue started happening after the GWT upgrade from 2.5 ->2.7 and SmartGWT upgrade to smartgwt-4.1p-2015-12-10. Also its happening only on IE and works on Chrome and Firefox .
16:55:55 ERROR -
com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError) : Unable to get property 'toArray_49_g$' of undefined or null reference
Unknown.fillInStackTrace_0_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.Throwable_3_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.Exception_3_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.RuntimeException_3_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.UmbrellaException_3_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.UmbrellaException_5_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.fireEvent_1_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.fireEvent_11_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.anonymous(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.apply_40_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.entry0_0_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.anonymous(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.isc_Menu_selectMenuItem(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_Menu_rowClick(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.Function code(Function code)
Unknown.isc_GridRenderer__rowClick(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_c_Class_invokeSuper(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_Class_Super(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_GridBody__rowClick(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_GridRenderer_click(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_Canvas_handleClick(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler_bubbleEvent(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler_handleClick(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler__handleMouseUp(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler__handlePointerUp(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler_dispatch(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.Function code(Function code)
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError) : Unable to get property 'toArray_49_g$' of undefined or null reference
Unknown.toString_243_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.toString(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.isc_isA_Function(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_addPropertyList(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_addProperties(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_ListGrid_getEditedRecord(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_ListGrid_getEditRowItems(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_ListGrid_makeEditForm(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_ListGrid_showInlineEditor(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_ListGrid__startEditing(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_ListGrid_startEditing(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.startEditing_3_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.onClick_351_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.dispatch_472_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.dispatch_471_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.dispatch_0_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.dispatchEvent_2_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.doFire_0_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.fireEvent_2_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.fireEvent_1_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.fireEvent_11_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.anonymous(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.apply_40_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.entry0_0_g$(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.anonymous(http://localhost:9876/appname/CB73CD...CE921.cache.js)
Unknown.isc_Menu_selectMenuItem(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_Menu_rowClick(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.Function code(Function code)
Unknown.isc_GridRenderer__rowClick(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_c_Class_invokeSuper(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_Class_Super(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_GridBody__rowClick(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_GridRenderer_click(http://localhost:8080/appname/appnam...s/ISC_Grids.js)
Unknown.isc_Canvas_handleClick(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler_bubbleEvent(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler_handleClick(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler__handleMouseUp(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler__handlePointerUp(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.isc_c_EventHandler_dispatch(http://localhost:8080/appname/appnam...es/ISC_Core.js)
Unknown.Function code(Function code)
Please find the console logs on performing the startediting and startEditing new operations.
Attached Files- Console_starteditingnew_2.txt (17.2 KB, 118 views)
- console_start_editing_new_1.txt (23.4 KB, 121 views)
- Console_starteditingnew_3.txt (24.7 KB, 139 views)
- console_start_editing_2.txt (27.4 KB, 149 views)
- console_start_editing_3.txt (18.7 KB, 130 views)
- console_start_editing_1.txt (28.5 KB, 127 views)
Tags: None
Leave a comment: