Skip to content

ZEPPELIN-500 - Fix leak of output in Firefox#531

Closed
corneadoug wants to merge 1 commit intoapache:masterfrom
corneadoug:fix/ZEPPELIN-500
Closed

ZEPPELIN-500 - Fix leak of output in Firefox#531
corneadoug wants to merge 1 commit intoapache:masterfrom
corneadoug:fix/ZEPPELIN-500

Conversation

@corneadoug
Copy link
Copy Markdown
Contributor

What is this PR for?

It has been reported in #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

  • - Fix line break on Firefox
  • - 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:
cf086616-a245-11e5-9d22-1a46b6d6b8d9

After:
ce1bcd5e-a256-11e5-9744-a65c02c647c9

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@corneadoug
Copy link
Copy Markdown
Contributor Author

@gauravkumar37 for check

@gauravkumar37
Copy link
Copy Markdown

@corneadoug Thanks for the fix. Tested successfully on latest version of Chrome (v47), Firefox (v42) & IE11. I don't have Opera/Safari though.
This fix is working fine, but I noticed another issue in Chrome, not related to this. The fonts are appearing very narrow but the cursor is acting as if they had correct widths.
Please see this on Chrome v47:
chrome

@corneadoug
Copy link
Copy Markdown
Contributor Author

@gauravkumar37 Create an issue since its not related to this PR.
also include as much info regarding how to reproduce it.

@corneadoug
Copy link
Copy Markdown
Contributor Author

LGTM

@corneadoug
Copy link
Copy Markdown
Contributor Author

Merging if there is no more discussions

@asfgit asfgit closed this in 3dd77d1 Dec 16, 2015
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:
![cf086616-a245-11e5-9d22-1a46b6d6b8d9](https://cloud.githubusercontent.com/assets/710411/11774306/0d11bcc4-a277-11e5-8163-9f66493b187e.png)

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
@corneadoug corneadoug deleted the fix/ZEPPELIN-500 branch August 24, 2016 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants