Return-Path: X-Original-To: apmail-zeppelin-commits-archive@minotaur.apache.org Delivered-To: apmail-zeppelin-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3FA118D30 for ; Sat, 26 Dec 2015 05:03:28 +0000 (UTC) Received: (qmail 90067 invoked by uid 500); 26 Dec 2015 05:03:28 -0000 Delivered-To: apmail-zeppelin-commits-archive@zeppelin.apache.org Received: (qmail 90016 invoked by uid 500); 26 Dec 2015 05:03:28 -0000 Mailing-List: contact commits-help@zeppelin.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zeppelin.incubator.apache.org Delivered-To: mailing list commits@zeppelin.incubator.apache.org Received: (qmail 90007 invoked by uid 99); 26 Dec 2015 05:03:28 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Dec 2015 05:03:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EA086C6B1D for ; Sat, 26 Dec 2015 05:03:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.8 X-Spam-Level: * X-Spam-Status: No, score=1.8 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id TkdzlnGlySjv for ; Sat, 26 Dec 2015 05:03:18 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id B9954429D0 for ; Sat, 26 Dec 2015 05:03:17 +0000 (UTC) Received: (qmail 89998 invoked by uid 99); 26 Dec 2015 05:03:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Dec 2015 05:03:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4D2FE0850; Sat, 26 Dec 2015 05:03:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: moon@apache.org To: commits@zeppelin.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-zeppelin git commit: Keep paragraph height unchanged when progress bar is shown Date: Sat, 26 Dec 2015 05:03:16 +0000 (UTC) Repository: incubator-zeppelin Updated Branches: refs/heads/master f78d3096e -> c043ff88e Keep paragraph height unchanged when progress bar is shown ### What is this PR for? Paragraph height is changing depends on progress bar. This PR make paragraph height unchanged whether progress bar is shown or not. ### What type of PR is it? Bug Fix ### How should this be tested? Run paragraph and see progress bar change it's height. ### Screenshots (if appropriate) before ![paragraph_height_master](https://cloud.githubusercontent.com/assets/1540981/11990227/df7c7e1e-aa4d-11e5-8026-6d9eccac6500.gif) after ![paragraph_height](https://cloud.githubusercontent.com/assets/1540981/11990228/e1960ad0-aa4d-11e5-89bb-52cb56686267.gif) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo Closes #568 from Leemoonsoo/fixed_height and squashes the following commits: 76a7bf1 [Lee moon soo] Let progress bar does not change paragraph height Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/c043ff88 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/c043ff88 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/c043ff88 Branch: refs/heads/master Commit: c043ff88ecc785c6025d0158f70cf6014f1216e8 Parents: f78d309 Author: Lee moon soo Authored: Thu Dec 24 14:49:16 2015 +0900 Committer: Lee moon soo Committed: Fri Dec 25 21:04:45 2015 -0800 ---------------------------------------------------------------------- .../src/app/notebook/paragraph/paragraph-progressBar.html | 4 ++-- zeppelin-web/src/app/notebook/paragraph/paragraph.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/c043ff88/zeppelin-web/src/app/notebook/paragraph/paragraph-progressBar.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph-progressBar.html b/zeppelin-web/src/app/notebook/paragraph/paragraph-progressBar.html index 010cea7..2d1575c 100644 --- a/zeppelin-web/src/app/notebook/paragraph/paragraph-progressBar.html +++ b/zeppelin-web/src/app/notebook/paragraph/paragraph-progressBar.html @@ -12,8 +12,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -
-
+
+