-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Feature] Link EditingLink components (LinkControl, URLInput) and integrations (RichText link formatting)Link components (LinkControl, URLInput) and integrations (RichText link formatting)[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
The LinkControl
popover steals the focus and prevents editing the text in development mode. See: #61943.
Affected e2e tests:
editor/blocks/links.spec.js
- should allow editing text underneath popover when activated via mouse.editor/various/block-bindings.spec.js
- should add empty button block when pressing enter.
Steps to reproduce
- Checkout branch from Try: Re-enable React StrictMode #61943.
- Enable
SCRIPT_DEBUG
for nonwp-env
setups. - Create a post.
- Add a paragraph and add a link to some selection.
- Try editing the linked text.
Screencast
CleanShot.2024-05-29.at.12.56.40.mp4
Metadata
Metadata
Assignees
Labels
[Feature] Link EditingLink components (LinkControl, URLInput) and integrations (RichText link formatting)Link components (LinkControl, URLInput) and integrations (RichText link formatting)[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended