From fe14abc0e8fc6f20498798eb62482a1a6b8a6118 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Oct 2018 15:02:49 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 93abe73447..a0bbde3760 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -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); } -- 2.39.2