-
Bug
-
Resolution: Won't Fix
-
Medium
-
None
-
5.5.3
-
Chrome Version 50.0.2661.75 m
-
Severity 3 - Minor
-
Problem
Using Chrome Version 50.0.2661.75 m, Confluence editor will render half its height, causing UI usability problems, see the screenshot:
screenshot
Normally, the button bar would appear at the bottom of the browser, and the editor would take the full height. It works fine in Chrome 49 stable release and other browsers.
Steps to reproduce
- Install Chrome Version 50.0.2661.75 m
- Open Confluence and edit a page
Workaround
- Switch to Chrome stable release (version 49)
- Reference the workaround in CONF-41035 :Apply the following stylesheet to Confluence Admin > Custom HTML > At end of the HEAD
<style type="text/css"> #content.edit { display: table-cell; } </style>
- Apply the following stylesheet using Stylish or adding to confluence global stylesheet:
#content.edit { display: table-cell; }
Resolution
Use the Workaround in CONF-41035 to resolve this issue.
Please note that Confluence supports only stable releases of browsers. For more information, refer to: Confluence supported platforms
- duplicates
-
CONFSERVER-41035 Editor shows at half height when using Chrome 50+
- Closed
- is cloned from
-
CONFSERVER-41035 Editor shows at half height when using Chrome 50+
- Closed