Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Tue, 2 Oct 2018 07:01:34 +0000 (15:01 +0800)
committerEdward <edward@roojs.com>
Tue, 2 Oct 2018 07:01:34 +0000 (15:01 +0800)
Roo/bootstrap/ComboBox.js

index 78812b2..93abe73 100644 (file)
@@ -2738,6 +2738,10 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
 
         var listHeight = this.touchViewListGroup.getHeight() + this.touchViewBodyEl.getPadding('tb');
         
+        Roo.log(this.touchViewListGroup.getHeight());
+        Roo.log(this.touchViewListGroup.getHeight(true));
+        Roo.log(this.touchViewBodyEl.getPadding('tb'));
+        
         if(this.mobile_restrict_height && listHeight < bodyHeight){
             this.touchViewBodyEl.setHeight(listHeight);
         }