SmartGWT version: v8.2p_2012-09-07/LGPL Development Only (built 2012-09-07)
Running IE9 dev mode, GWT 2.4.0
For some reason I have a single trouble tab in my application that I can't close. I've narrowed it down to a single picklist that is causing the problem, however this picklist is used on many other tabs without an issue.
When I close the tab, I get the following error:
When I remove the offending picklist it closes just fine. The panel contains a SearchForm and a ListGrid. For what it's worth, I also get the following warning upon creation of the tab:
I thought this might point to an ignored data source field, but I can't for the life of me find anything. Are there some other reasons this warning might be thrown? Why are all of the IDs undefined?
Any direction would be appreciated.
Running IE9 dev mode, GWT 2.4.0
For some reason I have a single trouble tab in my application that I can't close. I've narrowed it down to a single picklist that is causing the problem, however this picklist is used on many other tabs without an issue.
When I close the tab, I get the following error:
Code:
17:45:06.782:MDN0:WARN:Log:Error: 'Function expected' in http://localhost:8080/myapp/sc/modules/ISC_Forms.js at line 1333 crashed in: FormItem.invalidateDisplayValueCache() Use a pre-9.0 Internet Explorer for best diagnostics, otherwise Firefox or Chrome
Code:
17:44:51.711:MUP8:WARN:Log:method ignore on [SelectItem ID:undefined name:operatorName] overridden with non-function: 'true' 17:44:52.145:MUP8:WARN:Log:method ignore on [TextItem ID:undefined name:rsaNum] overridden with non-function: 'true' 17:44:52.154:MUP8:WARN:Log:method ignore on [TextItem ID:undefined name:orderId] overridden with non-function: 'true' 17:44:52.801:MUP8[E]:WARN:Log:method ignore on [ImgButton ID:undefined] overridden with non-function: 'true' 17:44:52.814:MUP8[E]:WARN:Log:method ignore on [ImgButton ID:undefined] overridden with non-function: 'true' 17:44:52.835:MUP8[E]:WARN:Log:method ignore on [ImgButton ID:undefined] overridden with non-function: 'true' 17:44:52.855:MUP8[E]:WARN:Log:method ignore on [ImgButton ID:undefined] overridden with non-function: 'true' 17:44:52.866:MUP8[E]:WARN:Log:method ignore on [ImgButton ID:undefined] overridden with non-function: 'true' 17:44:52.893:MUP8[E]:WARN:Log:method ignore on [ImgButton ID:undefined] overridden with non-function: 'true' 17:44:52.906:MUP8[E]:WARN:Log:method ignore on [ImgButton ID:undefined] overridden with non-function: 'true' 17:44:52.933:MUP8[E]:WARN:Log:method ignore on [ImgButton ID:undefined] overridden with non-function: 'true'
Any direction would be appreciated.
Comment