Communardo Software GmbH, Kleiststraße 10 a, D-01129 Dresden

Bugfix of Current Display Bug in Confluence with Google Chrome

Since yes­ter­day evening, a new Google Chrome ver­sion is available: 50.0.2661.75 m. This ver­sion appar­ently comes along with a cri­ti­cal Confluence dis­play bug in the edit-mode of a page. The page is dis­played in a mas­si­vely redu­ced height. This makes the edit-mode of a page almost unusable. Please find an exam­ple below.

Bugfix of Current Display Bug in Confluence with Google Chrome

To fix this bug, as long as there is no new Google Chrome Version or Confluence ver­sion addres­sing it, insert the fol­lo­wing code under "style­sheet" in the glo­bal Confluence administration.

 


 

 

/* Fix Chrome Display Bug Version 50.0.2661.75 m, 14.04.2016  by Communardo - Mirko Skramusky*/

#com-atlassian-confluence.contenteditor #con­tent {

dis­play: table-cell;

}

 


 

 

The com­ment is only for the docu­men­ta­tion of the code.

Important note: Spaces using a dif­fe­rent theme or their own cus­tom CSS need to have the BugFix applied indi­vi­du­ally via Space Tools.

Disclaimer: Please test the CSS-Code before using it on a pro­duc­tive envi­ron­ment. We can­not be held respon­si­ble for the con­se­quen­ces of the use of the code, since the out­come of its usage may vary because of sys­tem con­fi­gu­ra­ti­ons or the usage of addons. Thanks to my col­le­agues Michael Stelzner and Mirko Skramusky, who deve­lo­ped the bugfix.

14. April 2016

1 Kommentar

Comments are closed.

Pin It on Pinterest