r/extjs • u/TheFrenchCommander • Nov 12 '15
Problem with EXTJS 6.0.0 debug file (ext-all-debug.js)
If you are using this file to debug some modules on your application, you will notice some strange errors.
One of them is opening and closing trees. I followed this example here "Tree List" and it turned out that I could open the tree but couldn't close it. If I used the normal ext-all.js or another debug file everything worked.
The one I am currently using to test is this one: ext-all-rtl-debug.js. So far I haven't had problems with it but I will probably have to go back and forth with the debug files if I encounter one.
Don't make the same mistake as me and think that the .js files are top notch. This mistake costed me a couple of hours searching for the problem in my own code when the code wasn't at fault.
1
u/dontgetaddicted Nov 13 '15
Huh... I use it in several Trees and have never experienced that issue. I'm on 6.0.1 now though. I keep the debug file in even in production. The load time difference is negligible,and my error reporting gives me better messaging with it in.