allow string based values for comboboxarray
[roojs1] / Roo / Shadow.js
index 3b2f631..8f5484e 100644 (file)
@@ -137,6 +137,7 @@ Roo.Shadow.prototype = {
         s.left = (l+a.l)+"px";
         s.top = (t+a.t)+"px";
         var sw = (w+a.w), sh = (h+a.h), sws = sw +"px", shs = sh + "px";
         if(s.width != sws || s.height != shs){
             s.width = sws;
             s.height = shs;