IE Limitation - createElement
I have one application with more than 30 grids. Every grid that i create, this method calls doc.createElement('style') (Ext.util.CSS, createStyleSheet), and i found in this (http://msdn.microsoft.com/en-us/library/ms531194(VS.85).aspx) that IE have a limit tag style into the tag head.
when i create more grids, whose renders faileds and ie throw a javascript exception.
i read this (http://extjs.com/forum/archive/index.php/t-6958.html) post and say that will fixed in the ext 1.1 Beta 2, and i use ext 1.1.1 RC1 and is not fixed.
Anyone have a solution?
#If you have any other info about this subject , Please add it free.# |

