-
Suggestion
-
Resolution: Duplicate
-
None
-
None
Problem Definition
Currently Expand Macros need to be expanded individually. Search function such as CTRL+F or CMD+F doesn't search within collapsed Expand Macros.
Suggested Solution
Provide ability to Expand All (or inversely, Collapse All) with one click so they can be searched.
Why this is important
It prevents the user having to expand all individually which can take a lot of time.
- duplicates
-
CONFSERVER-27077 Option to display expand macro expanded/collapsed on page load
- Not Being Considered
[CONFSERVER-54308] Ability to 'Expand All' or 'Collapse All' for Expand Macros on a page
Workflow | Original: JAC Suggestion Workflow 4 [ 3575819 ] | New: JAC Suggestion Workflow 3 [ 4340665 ] |
Workflow | Original: JAC Suggestion Workflow 2 [ 3168154 ] | New: JAC Suggestion Workflow 4 [ 3575819 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Suggestion Workflow [ 3038734 ] | New: JAC Suggestion Workflow 2 [ 3168154 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2537999 ] | New: JAC Suggestion Workflow [ 3038734 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 2482027 ] | New: Confluence Workflow - Public Facing v4 [ 2537999 ] |
FYI - Posting workaround for Chrome browser here. I have to give credit to @Timothy Cameron
His page here:
https://medium.com/@timcameron/expanding-all-in-confluence-db0d3cd711f0
Needed to "tweak" his script since the class name changed:
Edited the script slightly for the expand class:
javascript:(function()%7B%24(%22.css-15263az%22).each(function()%7B%20%24(this).trigger(%22click%22)%3B%7D)%7D)()
Bold for emphasis. Not sure if / how long that will work, but it is working for me because the "inspect" shows that as the expand class.