Confluence 5.9.7, using Firefox/IE/Chrome
Default Theme with Sidebar, using a header of any type, even just simply 'x'
Open a Confluence page, edit it, press preview. Some crazy page is displayed where the Confluence menus are on the left half of the screen at the top with blank underneath, and the preview page appears crammed on the right side of the page.
This happens with any type of custom header applied. Clearing the header customization makes the problem go away.
I have no customization on the site in terms of CSS/HTML/Stylesheets/Layouts/Themes/Color, etc. I went through all of the theming options to make sure they were all set to defaults. I have tried this on several different machines so I don't think it is a problem with my version of browser or any of my browser extensions or caching, etc.
This seems pretty repeatable with any page on our site that I try to edit. The only thing notable about my site is that I recently upgraded from 3.5 to 5.0, then to 5.4, then 5.9.7.
Some parts of my site we are still using the Documentation theme. There are no problem with Preview mode there.
Confluence CSS hides the sidebar in edit mode, but it appears the custom header and footer have been neglected.
The following CSS code can be added to space or global CSS to handle this.
body.contenteditor #custom-content-header {display:none;}
body.contenteditor #custom-content-footer {display:none;}
I have found a work-around for those who don't have access to the CSS overrides, but have the HTML Macro plugin. In The header/sidebar/footer add the following:
Header:
{html}<style>body.contenteditor #custom-content-header {display:none;}</style>{html}
Footer:
{html}<style>body.contenteditor #custom-content-footer {display:none;}</style>{html}
I will update the JIRAs with this info.
JJ, thank you for workaround. Since we do not have ability to change Confluence with CSS, and HTML Macro plugin is not available, we had to come up with the following workaround:
Edit any page and add Excerpt Macro.
Inside, add HTML Include Macro
<style type="text/css"> body.contenteditor #custom-content-header {display:none;} body.contenteditor #custom-content-footer {display:none;} </style>
Save page
Now, edit either footer or header and add the following:
{excerpt-include:PageWithExcerpt|nopanel=true}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have reported this problem to Atlassian support. They created an issue for that: https://jira.atlassian.com/browse/CONF-45380
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Edit: Happens on IE and Chrome, too.
Bob, thanks for the reply. Now I know it probably isn't something leftover from my version jumping.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see this on Confluence Cloud with either Chrome or Firefox.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.