Unanswered: Dropdown rendering problem in IE7 using EXTJS4
Unanswered: Dropdown rendering problem in IE7 using EXTJS4
Dropdowns are populating in Mozila or Chrome without any problem. But when the same screen is opened in IE7 ,dropdowns are not populating properly. in IE dropdown values are displayed in left - top corner[absolute position - 0 0] in the screen. This is happening for all the dropdowns of the application. Is there any patch to solve this problem? Please help..... ProblemDropDownIE7Screenshot1.jpg
I encountered this same problem and was only able to resolve it by adding the 'strict' doctype to the parent HTML page, where this is generally discouraged You can also try experimenting with IE 7's Compatability View.