I get the following error message in Internet Explorer and Ext JS items don't load:
SCRIPT601: Invalid source HTML for this operation.
ext-all.js, line 18 character 138865
The error doesn't appear in Chrome or FireFox and everything works fine.
In my code I have a chart placed inside a panel and additional two buttons.
The panel and the two buttons are rendered into divs using the renderTo attribute and the div ids.
The error appears only when I render the items into the divs, it doesn't appear when I render it to Ext.getBody(), yet I wish the items to be placed inside the divs.
I realize it has something to do with the HTML page's structutre, yet I went over the HTML source code over and over and everything seems properly nested and there are no missing tags.
Does someone know what is the problem?
Update : the error is on this piece of code in the ext-all.js file :
v.insertAdjacentHTML(x[0],t)