Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJS-13702
in
5.0.1.
-
Sencha User
if(Ext.Element.cache.hasOwnProperty(domId)){
Ext.Element.cache[domId].destroy();
}
var domElement = Ext.get(domId);
-
Sencha User
Simply remove it from the cache
if(Ext.Element.cache.hasOwnProperty(domId)){
Ext.Element.cache[domId].destroy();
}
var domElement = Ext.get(domId);
-
Sencha User
Still I am getting this issue in 6.5.0 version

Originally Posted by
Zdeno
Anything new on this? Nothing changed in current release.
Cell.PNG
Getting the same issue in 6.5.0 version.
Is there anyone to help me.
Thanks.
-
Ext JS Premium Member
Same error for me in SA 4.2.4 after upgrade my project from Modern 6.2.1 to Modern 6.5.3.
Design View | Framework Error: DOM element with id tabBar in Element cache is not the same as element in the DOM...
Id "tabBar" is unique for all my project.
Workspace can make this error?
Thanks