• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • 5.1.3
    • 4.1, 4.2, 4.3, 5.0, 5.1
    • None
    • Confluence version: Hosted
      Client OS: Ubuntu 12.04.2 LTS (64 bit)
      Client Browser: Chrome Version 27.0.1430.0 dev

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.

      Please note that there is a recent problem discovered with Chrome that produces the same symptoms and is being tracked in the following ticket. Please follow the workaround instructions there: Page Editor shows at half height on Chrome

      Fixed in 5.1.3

      We've put a fix for the Chrome bug in Confluence 5.1.3, upgrading to this release will fix the problem. Confluence OnDemand already has this fix and is not impacted.

      For people who can't immediately upgrade, there is a CSS workaround you can apply. We will shortly be releasing a plugin to do this automatically for you.

      Fixed via Plugin

      The Editor Height Fix for Confluence Plugin automatically adds the CSS mentioned in the workaround below.

      You can install it directly through the product (search for Editor Height Fix).

      NB: You may need to set your Page Layout back to default if you are still experiencing the issue after performing these steps.

      Workaround if plugin cannot be installed.

      You can apply some custom CSS to resolve the issue.

      NB: You may need to set your Page Layout back to default if you are still experiencing the issue after performing these steps.

      Steps for Confluence 4.x

      Global Stylesheet

      This will fix the bug in all Spaces using the default theme:

      • Click 'Browse' in the header and click 'Confluence Admin'
      • Click 'Stylesheet' under 'Look and Feel'
      • Click the 'Edit' button on the 'Global Stylesheet' screen
      • Paste the CSS snippet from below and click the 'Save' button
      Space Stylesheet

      For spaces using the Documentation, Easy reader, or a custom theme, you need to apply the CSS change to them individually:

      • Navigate to the space
      • Click 'Browse' in the header and click 'Space Admin'
      • Click 'Stylesheet' under 'Look and Feel'
      • Click the 'Edit' button
      • Paste the CSS snippet from below and click the 'Save' button

      Steps for Confluence 5.x

      Global Stylesheet

      This will fix the bug in all Spaces using the default theme:

      • Click the 'Cog' in the header and click 'Confluence Admin'
      • Click 'Stylesheet' under 'Look and Feel'
      • Click the 'Edit' button on the 'Global Stylesheet' screen
      • Paste the CSS snippet from below and click the 'Save' button
      Space Stylesheet

      For spaces using the Documentation, Easy reader, or a custom theme, you need to apply the CSS change to them individually:

      • Navigate to the space
      • Click 'Browse' in the header and click 'Space Admin'
      • Click 'Stylesheet' under 'Look and Feel'
      • Click the 'Edit' button
      • Paste the CSS snippet from below and click the 'Save' button

      CSS snippet

      /* CONF-28415 */
      form.editor .editor-default,
      .editor-fullheight {
          height: 100%;
          height: auto\9; /* IE8 */
      }
      

      Steps to reproduce:

      • Open any page for editing
      • What happens:
        • Editor does not take the full height of the container area. Content of the editor are clipped. (see attachment)
      • What should happen:
        • The editor must take all the available height of the container area.

            [CONFSERVER-28415] Editor is not full height in Chrome 27

            Katherine Yabut made changes -
            Workflow Original: JAC Bug Workflow v3 [ 2897102 ] New: CONFSERVER Bug Workflow v4 [ 2990862 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2788716 ] New: JAC Bug Workflow v3 [ 2897102 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow [ 2720338 ] New: JAC Bug Workflow v2 [ 2788716 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2389395 ] New: JAC Bug Workflow [ 2720338 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 2267135 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2389395 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2210584 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 2267135 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197032 ] New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2210584 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 1931046 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197032 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v3 [ 1734812 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 1931046 ]
            jonah (Inactive) made changes -
            Description Original: (!) Please note that there is a recent problem discovered with Chrome that produces the same symptoms and is being tracked in the following ticket. Please follow the workaround instructions there: [Page Editor shows at half height on Chrome|https://jira.atlassian.com/browse/CONF-41035]
            h2. Fixed in 5.1.3
            We've put a fix for the Chrome bug in Confluence 5.1.3, upgrading to this release will fix the problem. Confluence OnDemand already has this fix and is not impacted.

            For people who can't immediately upgrade, there is a CSS workaround you can apply. We will shortly be releasing a plugin to do this automatically for you.

            h2. Fixed via Plugin

            The [Editor Height Fix for Confluence Plugin|https://marketplace.atlassian.com/plugins/com.atlassian.confluence.plugins.editor-height-fix] automatically adds the CSS mentioned in the workaround below.

            You can install it directly through the product (search for Editor Height Fix).

            NB: You may need to set your [Page Layout|https://confluence.atlassian.com/display/DOC/Customising+Site+and+Space+Layouts] back to default if you are still experiencing the issue after performing these steps.

            h2. Workaround if plugin cannot be installed.
            You can apply some custom CSS to resolve the issue.

            NB: You may need to set your [Page Layout|https://confluence.atlassian.com/display/DOC/Customising+Site+and+Space+Layouts] back to default if you are still experiencing the issue after performing these steps.

            h4. Steps for Confluence 4.x

            h6. Global Stylesheet
            This will fix the bug in all Spaces using the default theme:
            * Click 'Browse' in the header and click 'Confluence Admin'
            * Click 'Stylesheet' under 'Look and Feel'
            * Click the 'Edit' button on the 'Global Stylesheet' screen
            * Paste the CSS snippet from below and click the 'Save' button

            h6. Space Stylesheet
            For spaces using the Documentation, Easy reader, or a custom theme, you need to apply the CSS change to them individually:
            * Navigate to the space
            * Click 'Browse' in the header and click 'Space Admin'
            * Click 'Stylesheet' under 'Look and Feel'
            * Click the 'Edit' button
            * Paste the CSS snippet from below and click the 'Save' button

            h4. Steps for Confluence 5.x

            h6. Global Stylesheet
            This will fix the bug in all Spaces using the default theme:
            * Click the 'Cog' in the header and click 'Confluence Admin'
            * Click 'Stylesheet' under 'Look and Feel'
            * Click the 'Edit' button on the 'Global Stylesheet' screen
            * Paste the CSS snippet from below and click the 'Save' button

            h6. Space Stylesheet
            For spaces using the Documentation, Easy reader, or a custom theme, you need to apply the CSS change to them individually:
            * Navigate to the space
            * Click 'Browse' in the header and click 'Space Admin'
            * Click 'Stylesheet' under 'Look and Feel'
            * Click the 'Edit' button
            * Paste the CSS snippet from below and click the 'Save' button

            h4. CSS snippet
            {code}
            /* CONF-28415 */
            form.editor .editor-default,
            .editor-fullheight {
                height: 100%;
                height: auto\9; /* IE8 */
            }
            {code}


            Steps to reproduce:
            * Open any page for editing
            * What happens:
            ** Editor does not take the full height of the container area. Content of the editor are clipped. (see attachment)
            * What should happen:
            ** The editor must take all the available height of the container area.
            New: {panel:bgColor=#e7f4fa}
              *NOTE:* This bug report is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFCLOUD-28415].
              {panel}

            (!) Please note that there is a recent problem discovered with Chrome that produces the same symptoms and is being tracked in the following ticket. Please follow the workaround instructions there: [Page Editor shows at half height on Chrome|https://jira.atlassian.com/browse/CONF-41035]
            h2. Fixed in 5.1.3
            We've put a fix for the Chrome bug in Confluence 5.1.3, upgrading to this release will fix the problem. Confluence OnDemand already has this fix and is not impacted.

            For people who can't immediately upgrade, there is a CSS workaround you can apply. We will shortly be releasing a plugin to do this automatically for you.

            h2. Fixed via Plugin

            The [Editor Height Fix for Confluence Plugin|https://marketplace.atlassian.com/plugins/com.atlassian.confluence.plugins.editor-height-fix] automatically adds the CSS mentioned in the workaround below.

            You can install it directly through the product (search for Editor Height Fix).

            NB: You may need to set your [Page Layout|https://confluence.atlassian.com/display/DOC/Customising+Site+and+Space+Layouts] back to default if you are still experiencing the issue after performing these steps.

            h2. Workaround if plugin cannot be installed.
            You can apply some custom CSS to resolve the issue.

            NB: You may need to set your [Page Layout|https://confluence.atlassian.com/display/DOC/Customising+Site+and+Space+Layouts] back to default if you are still experiencing the issue after performing these steps.

            h4. Steps for Confluence 4.x

            h6. Global Stylesheet
            This will fix the bug in all Spaces using the default theme:
            * Click 'Browse' in the header and click 'Confluence Admin'
            * Click 'Stylesheet' under 'Look and Feel'
            * Click the 'Edit' button on the 'Global Stylesheet' screen
            * Paste the CSS snippet from below and click the 'Save' button

            h6. Space Stylesheet
            For spaces using the Documentation, Easy reader, or a custom theme, you need to apply the CSS change to them individually:
            * Navigate to the space
            * Click 'Browse' in the header and click 'Space Admin'
            * Click 'Stylesheet' under 'Look and Feel'
            * Click the 'Edit' button
            * Paste the CSS snippet from below and click the 'Save' button

            h4. Steps for Confluence 5.x

            h6. Global Stylesheet
            This will fix the bug in all Spaces using the default theme:
            * Click the 'Cog' in the header and click 'Confluence Admin'
            * Click 'Stylesheet' under 'Look and Feel'
            * Click the 'Edit' button on the 'Global Stylesheet' screen
            * Paste the CSS snippet from below and click the 'Save' button

            h6. Space Stylesheet
            For spaces using the Documentation, Easy reader, or a custom theme, you need to apply the CSS change to them individually:
            * Navigate to the space
            * Click 'Browse' in the header and click 'Space Admin'
            * Click 'Stylesheet' under 'Look and Feel'
            * Click the 'Edit' button
            * Paste the CSS snippet from below and click the 'Save' button

            h4. CSS snippet
            {code}
            /* CONF-28415 */
            form.editor .editor-default,
            .editor-fullheight {
                height: 100%;
                height: auto\9; /* IE8 */
            }
            {code}


            Steps to reproduce:
            * Open any page for editing
            * What happens:
            ** Editor does not take the full height of the container area. Content of the editor are clipped. (see attachment)
            * What should happen:
            ** The editor must take all the available height of the container area.

              Unassigned Unassigned
              5434487d9bde nk
              Affected customers:
              15 This affects my team
              Watchers:
              69 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - 1h
                  1h
                  Remaining:
                  Remaining Estimate - 1h
                  1h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified