-
Bug
-
Resolution: Fixed
-
Medium
-
5.6, 5.7, 5.8.4, 5.8.15, 5.8.18, 5.9.5, 5.9.6, 6.0.0-OD-2016.10.0-1054
-
Chrome 50.0.2661.26 beta (64-bit)
Chromium 51.0.2673.0 (64-bit)
-
Severity 3 - Minor
-
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? 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
-
CONFSERVER-41415 Create and Edit page is broken in Google Chrome Version 50.0.2661.75 m
- Closed
-
CONFSERVER-41424 Unable to edit a page- window extermenly small (chrome) or non-existent (i.e)
- Closed
-
CONFSERVER-41460 Edit page in Chrome
- Closed
-
CONFSERVER-41295 The savebar appears in the middle of the page
- Closed
-
CONFSERVER-41389 Narrow Confluence Edit Window
- Closed
-
CONFSERVER-41398 Editor shows at half height when using Chrome
- Closed
-
CONFSERVER-41434 Chrome 50 causes very short Edit window
- Closed
-
CONFSERVER-41469 Editor in Chrome has height error
- Closed
-
CONFSERVER-41410 The confluence5.8.10's editor view: can not show as 100% height in the latest chrome50
- Closed
-
CONFSERVER-41417 Chrome version 50.0+ edit frame issue
- Closed
-
CONFSERVER-41436 Content editing area is fixed small size
- Closed
-
CONFSERVER-41450 Confirmation issue CONF-41436
- Closed
-
CONFSERVER-41468 Edit View in Chrome
- Closed
-
CONFSERVER-41472 Chrome Version 50.0.2661.75 m causing issue in the confluence edit page.
- Closed
-
CONFSERVER-41482 Mouse-drag scrolling doesn't work in article edit
- Closed
-
CONFSERVER-41603 Confluence - Edit Page too small in the Chrome Browser
- Closed
- is related to
-
CONFSERVER-28415 Editor is not full height in Chrome 27
- Closed
-
CONFSERVER-40673 Editor Window Is Small When Using Google Chrome
- Closed
- relates to
-
CONFCLOUD-41035 Editor shows at half height when using Chrome 50+
- Closed
- supersedes
-
CONFSERVER-28415 Editor is not full height in Chrome 27
- Closed
- was cloned as
-
CONFSERVER-41398 Editor shows at half height when using Chrome
- Closed