GitHub user cloverhearts opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/580

    ZEPPELIN-542 ] Paragraph running, the page move is not possible.

    ### What is this PR for?
    Paragraph running, the page move is not possible.
    If this Paragraph is running, you can not move to another page, such as the 
Interpreter Page.
    Please check the Animated GIF.
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    - [x]  NEW_NOTE / CLONE_NOTE generated events on front-web
    - [x]  NEW / CLONE NOTE Event Response separation backend-server.
    
    ### Is there a relevant Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-542
    ### How should this be tested?
    Step 1. Write more than 10 Paragraph as follows
    ``` scala
    Thread.sleep(2000); 
    ```
    Step 2. Run All Paragraph (or Run Notebook)
    
    Step 3. Go to another page, except for the Notebook.
    
    ### Screenshots (if appropriate)
    #### before (bug)
    
![bug_fix_before](https://cloud.githubusercontent.com/assets/10525473/12030339/1fd4a650-adb2-11e5-949b-f2dbf63fb055.gif)
    
    #### after (fixed)
    
![bug_fix_after](https://cloud.githubusercontent.com/assets/10525473/12030342/24093ccc-adb2-11e5-816d-e1ff8be5ca1b.gif)
    
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloverhearts/incubator-zeppelin 
bug_fix/RefreshParagraph

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/580.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #580
    
----
commit f589e7b3f394eeed2e34c8b41c125f06170dc923
Author: CloverHearts <[email protected]>
Date:   2015-12-29T06:09:36Z

    bug-fixed-force-redirect

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to