-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
5.7.4
-
3
-
Severity 3 - Minor
-
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; })
- is duplicated by
-
CONFSERVER-27374 Sidebar in Documentation Theme
-
- Closed
-
-
CONFSERVER-29849 Sidebar collapse/expand does not work with [
-
- Closed
-
-
CONFSERVER-29850 "toggle sidebar"-button on top right does not work (properly)in IE9 when using Documentation Theme in Confluence 5.1.2
-
- Closed
-
-
CONFSERVER-35944 Show sidebar doesn't work with IE11
-
- Closed
-
[CONFSERVER-29584] Can't re-open doc theme sidebar using keyboard shortcut in IE if sidebar contents require a scrollbar
Workflow | Original: JAC Bug Workflow v3 [ 2875048 ] | New: CONFSERVER Bug Workflow v4 [ 3003666 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2803707 ] | New: JAC Bug Workflow v3 [ 2875048 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2718261 ] | New: JAC Bug Workflow v2 [ 2803707 ] |
Symptom Severity | Original: Minor [ 14432 ] | New: Severity 3 - Minor [ 15832 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2380324 ] | New: JAC Bug Workflow [ 2718261 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2274885 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2380324 ] |
UIS | Original: 1 |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2232229 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2274885 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2192038 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2232229 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1929162 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2192038 ] |