ext-base-debug.js
This would be more friendly in firebug!
your "collection of source files" must be screwy then.
post your js include list.
p.s. have you tried building a custom ext-all.js using the Build-Your-Own tool / JSBuilder?
check your include order:
I did and it is exactly like shown in your sample except that I don't use ext-all.js but a collection of source files from ExtJS.
yes, in fact that's exactly how we created our build order.
If you try to use this as a debugging tool remember to include both of these files!
check your include order:
post your js include list.
p.s. have you tried building a custom ext-all.js using the Build-Your-Own tool / JSBuilder?
We have an aggregated version of ExtJS sources generated with our own build script, so there is no include list in HTML. I will give JSBuilder a try.
Having a debuggable version of ext-base.js would be very helpful. However after removing the compiled version of ext-base.js and adding src/core/Ext.js and src/adapter/ext-base.js instead my application does not react to any events.
I'm using FF2. Everything is displayed properly and no errors in Firebug. However it is not possible to click buttons, resize panels or do any drag&drop operations.
Has anyone experienced something similar or any ideas what I could do to further analyse what the problem is?
tip: if you peek into ext.jsb (it's an xml file), you'll be able to see the build-order for ext-all.js.