Recently, I encountered an IE 7 bug and it’s documented at here. I try to see if I can workaround the issue next week.
Posts Tagged ‘IE 7’
autoHeight property for Panels in Ext JS
Posted: June 18, 2008 in howto, TechnologyTags: cross browser compatibility, Ext JS, Firefox, IE 7, JavaScript
I found autoHeight configuration property for panels very important to display multiple layers of panels correctly in IE 7. Firefox does not need it to display panels correctly. IE couldn’t do without turning this configuration to true.
A very useful tip on Ext JS Grid for IE
Posted: June 6, 2008 in howto, TechnologyTags: Ext JS, Grid, IE 7, JavaScript, Tip
I have been using Ext JS for a while and need to make Grid table to display properly under IE. This tip worked for me.
