ZEPPELIN-500 - Fix leak of output in Firefox#531
Closed
corneadoug wants to merge 1 commit intoapache:masterfrom
Closed
ZEPPELIN-500 - Fix leak of output in Firefox#531corneadoug wants to merge 1 commit intoapache:masterfrom
corneadoug wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
@gauravkumar37 for check |
|
@corneadoug Thanks for the fix. Tested successfully on latest version of Chrome (v47), Firefox (v42) & IE11. I don't have Opera/Safari though. |
Contributor
Author
|
@gauravkumar37 Create an issue since its not related to this PR. |
Contributor
Author
|
LGTM |
Contributor
Author
|
Merging if there is no more discussions |
r-kamath
pushed a commit
to r-kamath/zeppelin
that referenced
this pull request
Dec 16, 2015
### What is this PR for? It has been reported in apache#436 that the output was breaking in the case of ``_text`` container. (long line outside of container instead of multiple lines) We then realized that it was happening only on Firefox ### What type of PR is it? Bug Fix ### Todos * [x] - Fix line break on Firefox * [x] - Test on: Chrome, Firefox, Safari, Opera, IE10 ### Is there a relevant Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-500 ### How should this be tested? You can run ``println(1 to 1000)`` and check the result on every web browsers ### Screenshots (if appropriate) Before:  After: <img width="1353" alt="ce1bcd5e-a256-11e5-9744-a65c02c647c9" src="https://cloud.githubusercontent.com/assets/710411/11774310/13f75422-a277-11e5-9989-9e6bed184ef9.png"> ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Damien CORNEAU <[email protected]> Closes apache#531 from corneadoug/fix/ZEPPELIN-500 and squashes the following commits: 3b1ad0b [Damien CORNEAU] Remove CSS white-space: pre
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What is this PR for?
It has been reported in #436 that the output was breaking in the case of
_textcontainer. (long line outside of container instead of multiple lines)We then realized that it was happening only on Firefox
What type of PR is it?
Bug Fix
Todos
Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-500
How should this be tested?
You can run
println(1 to 1000)and check the result on every web browsersScreenshots (if appropriate)
Before:

After:

Questions: