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

index 93abe73..a0bbde3 100644 (file)
@@ -2741,7 +2741,8 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         Roo.log(this.touchViewListGroup.getHeight());
         Roo.log(this.touchViewListGroup.getHeight(true));
         Roo.log(this.touchViewBodyEl.getPadding('tb'));
-        
+        Roo.log(listHeight);
+        Roo.log(bodyHeight);
         if(this.mobile_restrict_height && listHeight < bodyHeight){
             this.touchViewBodyEl.setHeight(listHeight);
         }