Last Updated:
15 Oct 2025 11:25
by Martin Ivanov
RichTextBox: Allow auto update of the hyperlink navigation address when the caret leaves the text span with the address
Currently, when you write down a web address (e.g. https://www.google.com) and move the caret outside of the address text (usually by pressing Space or Enter), the text is automatically wrapped in a hyperlink. Any further updates on the text won't update the underlying hyperlink address.
Add an option to auto-detect changes in the hyperlink text. This is valid only when the text matches the underlying link.