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

Can't re-open doc theme sidebar using keyboard shortcut in IE if sidebar contents require a scrollbar

      Steps to reproduce:
      1. View a page in the doc theme where the contents of the sidebar require a scrollbar
      2. Collapse the sidebar using the keyboard shortcut ([)
      3. Attempt to expand the sidebar using the same shortcut - it doesn't work!

      Was able to reproduce in IE9, could potentially be a bug in other versions too.

      This bug is caused by the fact that the width of sidebar is being incorrectly reported by IE as 17px (the width of the scrollbar). In our code, we determine whether to expand or collapse the doc theme sidebar as follows (from doc-theme.js):

      splitterButton.removeClass("hidden")
          .click(function(){
              if(splitterSidebar.width() > 0){
                  splitterDiv.trigger("resize", [ 0 ]);
                  AJS.$(this).addClass("collapsed");
              }
              else{
                  splitterDiv.trigger("resize", [ 300 ]);
                  AJS.$(this).removeClass("collapsed");
              }
              return false;
          })
      

            [CONFSERVER-29584] Can't re-open doc theme sidebar using keyboard shortcut in IE if sidebar contents require a scrollbar

            Katherine Yabut made changes -
            Workflow Original: JAC Bug Workflow v3 [ 2875048 ] New: CONFSERVER Bug Workflow v4 [ 3003666 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2803707 ] New: JAC Bug Workflow v3 [ 2875048 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow [ 2718261 ] New: JAC Bug Workflow v2 [ 2803707 ]
            Owen made changes -
            Symptom Severity Original: Minor [ 14432 ] New: Severity 3 - Minor [ 15832 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2380324 ] New: JAC Bug Workflow [ 2718261 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 2274885 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2380324 ]
            Michael Andreacchio made changes -
            UIS Original: 1
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2232229 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 2274885 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2192038 ] New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2232229 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 1929162 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2192038 ]

              Unassigned Unassigned
              etom edith (Inactive)
              Affected customers:
              8 This affects my team
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: