-
24 Oct 2011 9:51 PM #1
Bug in extjs4 ext-all-debug.js
Bug in extjs4 ext-all-debug.js
this is my code in Ext-all-debug.js,Code:select : document.querySelectorAll ? function(path, root, type) { root = root || document; if (!Ext.DomQuery.isXml(root)) { try { var cs = root.querySelectorAll(path); return Ext.Array.toArray(cs); }
the problem i am getting is "root.querySelectorAll is not a function "
please provide the solution ........
-
25 Oct 2011 8:50 AM #2
I am also seeing this caught exception quite a bit. Would it be possible to just check for querySelectorAll before trying to call it?


Reply With Quote