balexander
17 Jul 2009, 1:38 PM
If you don't support this, please mark this as [CLOSED]. It seems to me this scenario should be supported, however. I haven't provided a test case, but will do so on request - given that you care to test this.
We have a good deal of Ext JS code (version 2.2.1), and are moving to Ext GWT. We would hate to have to throw away the Ext JS code and start over.
I have observed this problem using Ext GWT 1.2.4 on Window with Ext JS 2.2.1, both in hosted mode and when using Firefox 3.0.
The basic problem appears to be that Ext GWT adds the following:
Object.prototype.extend()
which means, of course, that extend() is defined on all objects. In Ext JS, there are reproducible cases with Observable.addListener will treat extend() as if it was an Event, and try to add a listener to it.
Bill Alexander
We have a good deal of Ext JS code (version 2.2.1), and are moving to Ext GWT. We would hate to have to throw away the Ext JS code and start over.
I have observed this problem using Ext GWT 1.2.4 on Window with Ext JS 2.2.1, both in hosted mode and when using Firefox 3.0.
The basic problem appears to be that Ext GWT adds the following:
Object.prototype.extend()
which means, of course, that extend() is defined on all objects. In Ext JS, there are reproducible cases with Observable.addListener will treat extend() as if it was an Event, and try to add a listener to it.
Bill Alexander