| Subcribe via RSS

Viagra online
XANAXadderall onlineLevitraPuppies for sale

EXTJS 3 Combo in Window Bug Fix

March 25th, 2010 | No Comments | Posted in Developing with EXTJS

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: , , ,