widgets/ComboBoxLister.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 14 Sep 2010 15:48:22 +0000 (23:48 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 14 Sep 2010 15:48:22 +0000 (23:48 +0800)
widgets/ComboBoxLister.js

index e58e3b8..c631dc0 100644 (file)
@@ -64,8 +64,8 @@ Ext.extend(Ext.form.ComboBoxLister, Ext.form.ComboBox, {
         this.outerWrap.dom.removeChild(this.trigger.dom);
         this.wrap.dom.appendChild(this.trigger.dom);
         
-        this.trigger.setStyle('position', 'relative');
-        this.trigger.setStyle('vertical-align', 'top');
+        //this.trigger.setStyle('position', 'relative');
+        //this.trigger.setStyle('vertical-align', 'top');
         if (this.adder) {