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

Editor shows at half height when using Chrome

    XMLWordPrintable

Details

    Description

      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
      1. Install Chrome Version 50.0.2661.75 m
      2. 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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              b4c3641542ea heilla
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: