EXTJS 3 Combo in Window Bug Fix
Issue:
Often after closing a window containing a from, upon relaunching the combo boxes do not expand correctly. This is a z-index problem. The simplest solution is to add this CSS to your stylesheet:
.x-combo-list{z-index:100000 !important;}Tags: combo, css, extjs, z-index