From 882fc0e2327aa1051e19a90ea867db27b0e18918 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 2 Feb 2018 16:55:10 +0800 Subject: [PATCH] sync --- less/roojs-bootstrap/table.less | 4 +++- roojs-core-debug.js | 4 ++-- roojs-core.js | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/less/roojs-bootstrap/table.less b/less/roojs-bootstrap/table.less index 3b8012ae6f..c636a0f370 100644 --- a/less/roojs-bootstrap/table.less +++ b/less/roojs-bootstrap/table.less @@ -88,6 +88,8 @@ } /* for ie11 && edge: fixing height inheriting from tbody to tr */ -.roo-edge table tbody tr { +.roo-ie11 table tbody tr, +.roo-edge table tbody tr +{ height: auto; } \ No newline at end of file diff --git a/roojs-core-debug.js b/roojs-core-debug.js index eeb297ffc9..d755010f41 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -630,6 +630,8 @@ Roo.factory(conf, Roo.data); /** @type Boolean */ isIE11 : isIE11, /** @type Boolean */ + isEdge : isEdge, + /** @type Boolean */ isGecko : isGecko, /** @type Boolean */ isBorderBox : isBorderBox, @@ -6627,8 +6629,6 @@ Roo.onReady(function(){ var bd = Roo.get(document.body); if(!bd){ return; } - Roo.log('--------doc ready------'); - var cls = [ Roo.isIE ? "roo-ie" : Roo.isIE11 ? "roo-ie11" diff --git a/roojs-core.js b/roojs-core.js index 1d3f99bf8a..a5145e7adb 100644 --- a/roojs-core.js +++ b/roojs-core.js @@ -17,7 +17,7 @@ i