-
Bug
-
Resolution: Fixed
-
Medium
-
None
-
Chrome 50.0.2661.26 beta (64-bit)
Chromium 51.0.2673.0 (64-bit)
NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.
Problem
Using Chrome 50, Confluence editor will render half its height, causing UI usability problems, see the 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 50.x
- Open Confluence and edit a page
Cause
The affected version of Chrome introduced the following bug that is related to the issue: display: table-row; doesn't work with height: 100%; .
Workaround
Apply the following stylesheet to Confluence Admin > Custom HTML > At end of the HEAD
<style type="text/css">
#content.edit
{ display: table-cell; }
</style>
Note: If the workaround appears to revert after a restart, but the custom HTML is still present, verify that there are no space level customizations in the affected area.
Resolution
Upgrade to a release that contains the fix (Confluence 5.9.7 or higher).
- is duplicated by
-
CONFCLOUD-41389 Narrow Confluence Edit Window
- Closed
-
CONFCLOUD-41469 Editor in Chrome has height error
- Closed
-
CONFCLOUD-41410 The confluence5.8.10's editor view: can not show as 100% height in the latest chrome50
- Closed
-
CONFCLOUD-41450 Confirmation issue CONF-41436
- Closed
-
CONFCLOUD-41468 Edit View in Chrome
- Closed
-
CONFCLOUD-41472 Chrome Version 50.0.2661.75 m causing issue in the confluence edit page.
- Closed
- is related to
-
CONFCLOUD-28415 Editor is not full height in Chrome 27
- Closed
-
CONFSERVER-41035 Editor shows at half height when using Chrome 50+
- Closed
- supersedes
-
CONFCLOUD-28415 Editor is not full height in Chrome 27
- Closed