-
Bug
-
Resolution: Fixed
-
Medium
-
5.0.2, 5.1.4, 5.3, 5.4, 5.5.2, 5.6.3, 5.8
-
Reproducible in CAC with Confluence 5.0.2, using the Documentation Theme
This is a regression of this bug. The issue is fixed in Confluence 4.3.7 however the problem resurfaced in Confluence 5.0.2, in the Documentation Theme.
Summary of The Bug
Internet explorer browser can't print Confluence page in more than one page. This result to Confluence page being cut in a half when IE wants to print it. The rest of the page is there, however user would need to reduce the zoom so that it could contain the whole page
Printing another site page on IE result to multiple page being able to be printed
NB: This bug exists only in the Documentation Theme.
Steps to Reproduce
- Create a space and set it to use the Documentation Theme
- Create a page that is long enough that it would need to be printed on more than one page (tip: use the Lorem Ipsum macro)
- Click the "Print Preview" tool on your IE
- You would see that the page is not complete
- Reduce the zoom level to see the rest of the page
Workaround
Use the Global Look and Feel rather than the Documentation Theme.
- is a regression of
-
CONFSERVER-23962 IE9 could only print Confluence into one page
-
- Closed
-
- mentioned in
-
Page Failed to load
Hi steve.gerstner@bridging-it.de, I went to grab the diff in response to your comment and that actually lead me to the fix, so - thanks!
If you're interested in the technical detail, we were previously using JQuery's browser.msie property to determine if the browser is IE, but this has been deprecated. I've updated it to now use TinyMCE's browser checking functions, and the fix is currently in Technical Review, so it will be scheduled in an upcoming release.
Thanks everyone for your patience, and for being our allies in tracking down a fix