Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-41035

Editor shows at half height when using Chrome 50+

XMLWordPrintable

      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
      1. Install Chrome 50.x
      2. 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).

        1. CONF-41035-Footer.JPG
          CONF-41035-Footer.JPG
          101 kB
        2. ConfluenceRefinedThemewFix.png
          ConfluenceRefinedThemewFix.png
          32 kB
        3. image-2016-03-13-08-59-03-220.png
          image-2016-03-13-08-59-03-220.png
          79 kB
        4. MeetingBlueprint.png
          MeetingBlueprint.png
          42 kB
        5. MeetingNotes_5.9.6.png
          MeetingNotes_5.9.6.png
          17 kB
        6. render_error.png
          render_error.png
          108 kB
        7. screenshot-1.png
          screenshot-1.png
          199 kB

            nhoxuan Nam Ho
            f089a18c59c1 Roberto Andrade
            Votes:
            5 Vote for this issue
            Watchers:
            78 Start watching this issue

              Created:
              Updated:
              Resolved: