-
Suggestion
-
Resolution: Unresolved
-
None
-
6
-
4
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
Summary
An anchor that linked to some content in Expand macro should expand the content automatically instead of expanding it manually.
Steps to reproduce
- Create some content in one page and add an anchor.
- Create a new page and add a link to the anchor.
- Click the link to the anchor.
Screenshots
- relates to
-
CONFCLOUD-27357 Anchors should link to an expanded content instead of staying closed
- Gathering Interest
-
CONFSERVER-27077 Option to display expand macro expanded/collapsed on page load
- Not Being Considered
- mentioned in
-
Page Loading...
I found a problem with the script above.
This script is causing this issue: Confluence displays a second "Delete page" pop up for a parent page when deleting a child page.
See: https://confluence.atlassian.com/confkb/confluence-displays-a-second-delete-page-pop-up-for-a-parent-page-when-deleting-a-child-page-1062240816.html
I'm not sure if we need to maintain code which was originally designed in 2014...
In order to fix this, just remove the redirect:
window.location.href=hash;
This will cause the page to reload.