Hi All,
I have downloaded ExtJS 6.5.3 evaluation package and using it to evaluate migration in my project.
I tried migrating from ExtJS 4.2 to the latest version Ext 6.5.3. Due to nature of my existing project, currently I cannot use Snecha Cmd to build my application. I'm using a traditional way of including the required JS and CSS files in my project and running the application. I have successfully migrated all my codebase but getting the below exceptions with the treemenu implementation.
I have created a sencha fiddle to reproduce the issue.
Fiddle : https://fiddle.sencha.com/#view/editor&fiddle/2iac
I tried debugging further into extjs-debug.js, but couldn't get any clue about these exceptions.
ExtJS_6.5.3_Exception.PNG
Further, this treemenu exception also impacts the ExtJS MessageBox implementation in my project. If I keep the treemenu and try using the ExtJS MessageBox to dispay some alert, it works but its inner HTML is impacted by treemenu as a result it appears like a small dot.
If I comment out my tree-menu implementation, Ext MessageBox works perfectly fine.
Request you all to help me with this issue!
Please Note: It would be great if I can find a solution that doesn't require me to change my Model.
Thanks,
Dhiraj