Page 1 of 1

RemoveHyperlinks Action deletes entire text instead of only removing hyperlink

Posted: Fri Nov 21, 2025 7:41 am
by tomr
Hello TRichView Support,
after running the RemoveHyperlinks action, both the hyperlink and its text are removed. I can reproduce this behavior in your RichViewActionTest demo.

Steps to reproduce:
Start the RichViewActionTest program. The sample text is displayed as expected.
RichviewActionTestLinks.png
RichviewActionTestLinks.png (39.95 KiB) Viewed 20 times
Select the hyperlink in the text and execute the RemoveHyperlinks action.
Remove Hyperlinks 1.png
Remove Hyperlinks 1.png (20.2 KiB) Viewed 20 times
→ The hyperlink is removed, and the text appears with the default formatting. This works as intended.
Text ohne Hyperlink.png
Text ohne Hyperlink.png (6.69 KiB) Viewed 20 times
Now insert the link www.google.com and press Enter. It is correctly displayed as a hyperlink.
Hyperlink erstell.png
Hyperlink erstell.png (8.2 KiB) Viewed 20 times
Select this newly created hyperlink and run the RemoveHyperlinks action again.
Remove Hyperlinks 2.png
Remove Hyperlinks 2.png (20.24 KiB) Viewed 20 times
→ This time, the entire text is deleted.

Is there a way to remove only the hyperlink without deleting the text?