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