-
Bug
-
Resolution: Timed out
-
Low
-
None
-
5.8.6
-
1
-
Severity 3 - Minor
-
Summary
The CSS class 'unresolved' is no more present for unresolved links in the Confluence .
In version for example Confluence 5.4 or 5.6 the class is available
Steps to Reproduce
- Login to Confluence as Admin
- Add a user eg: test
- Create a Page and add restrictions to the page for viewing only to Admin user.
- Copy the link of this page on Clipboard
- Login as test user
- Create a new Page and paste the link which was copied earlier.
- Save the Page
- Right click on the link and Click on Inspect element .
Expected Results
The link is set as unresolved and contain a CSS class in the source as below
<a class="unresolved" href="#">test Home</a>
Actual Results
The link has no class as 'unresolved'
<a href="http://localhost:8090/display/TEST/test+Home" rel="nofollow">http://localhost:8090/display/TEST/test+Home</a>
Notes
Users need this class for customization purpose and the class is now not available .
EG: make the link colour as RED
Thank you for taking the time to raise, comment or vote on this Bug. We regret to inform you that due to a limited number of reports and based on our current backlog of higher impact issues that we are closing this issue as Timed Out.
If this issue is still impacting you on a recent version please feel free to comment with the affected version. Any further details you may be able to provide regarding reproduction or impact of this issue may help us better address this issue.
Thanks again.
Regards,
Confluence Development