Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Apr 29, 2015

Long story short, the print preview has been broken in Firefox for a while. In master:

screenshot from 2015-04-28 21 51 35

We didn't notice because if you add enough cells, the bug doesn't occur.

When I was trying to reproduce this bug after the sticky header PR, I noticed that it was not Firefox that was causing the bug. It is the grid that is being applied in some media queries. However, it is easy to avoid that issue with width: 100%; in the notebook container. After this simple fix the issue is resolved:

screenshot from 2015-04-29 00 32 42

@minrk If this was the main issue with the sticky header PR, you might want to give it a second look. I solved the performance issue a few weeks ago and the print preview was the only thing left to be fixed. This is the repository with the changes.

@minrk minrk added this to the 4.0 milestone Apr 29, 2015
@Carreau
Copy link
Member

Carreau commented Apr 30, 2015

Ah, cell are overflowing on the right...

@ghost
Copy link
Author

ghost commented Apr 30, 2015

Yes, sorry. I thought it was clear from the images. This has been happening for a while.

By the way, the small width of the cells is not related to the grid, though. That is a bug in CodeMirror reported here.

Carreau added a commit that referenced this pull request May 1, 2015
@Carreau Carreau merged commit 5b9bdbf into jupyter:master May 1, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants