-
Bug
-
Resolution: Timed out
-
Low
-
1
-
Severity 3 - Minor
-
Summary
When you insert a link via Insert more content > Link > Web link or the shortcuts ⌘+K / CTRL+K, the link is no longer clickable or editable once you save the page. This applies to TinyMCE.
Steps to Reproduce
- Create a new page and insert a web link via one of the methods below:
- Insert more content > Link > Web link
- ⌘+K / CTRL+K
- Insert any one of the URLs with the protocols below into the 'Address' field:
- file://xxxxx (For local file links)
- scp://user@ip_address
- Insert any text into the the 'Link text' field.
- Click on "Insert".
- Test that the link can be edited by clicking on it.
- Save the page.
- Test that the link can be clicked on and works.
- Click on "Edit" to edit the page again.
- You can see that the link is no longer editable because nothing appears when you click on it.
- Save the page.
Expected Results
The link on the page should be clickable.
Actual Results
The link is not clickable and nothing happens when you click on it.
Note
This happens because it changes the storage format of the page from:
<p><a href="File://xxxxx">Test</a></p>
To:
<p><a>Test</a></p>
See linked issue for Confluence Server:https://jira.atlassian.com/browse/CONFSERVER-46039
- is cloned from
-
CONFSERVER-46039 Links can't be edited or clicked on after saving the page
- Closed