Skip to content

Fix: Link bubble menu doesn’t display URL and title field for new links in the Content Editor

Enrique Alcántara requested to merge 366932-fix-link-bubble-menu-bug into master

What does this MR do and why?

Fixes a bug that causes the link bubble menu to not update its state when the user moves the cursor position to a different link. This bug happens when switching between an empty and a non-empty link. You can use the following Markdown snippet to test in your local environment:

[GitLab](https://gitlab.com) and [Empty link]()

Screenshots or screen recordings

Before After
2022-08-22_15.28.18 2022-08-22_15.32.51

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #366932 (closed)

Edited by Enrique Alcántara

Merge request reports