Checkbox to auto update link always selected #3001
Labels
bug
Something isn't working
effort: low
Should be doable in <4h
javascript
Pull requests that update Javascript code
Milestone
Describe the Bug
Our current implementation seems to violate the following paragraph from the original outline in #1878:
Instead, the checkbox is also checked when text is selected.
Steps to Reproduce
Expected Behavior
As existing text is selected, the checkbox should not be checked and the created link should retain it as link text.
Actual Behavior
The checkbox is selected, and if a target is selected and the dialog is submitted in this state, the link retains the originally selected text. However, when submitting the content to the server, the link is immediately updated, as the link text does not reflect the title of the linked page.
Additional Information
To reduce confusion along with fixing the bug, the following changes are proposed:
The text was updated successfully, but these errors were encountered: