Link doesn't overwrite links in the current selection #464
Labels
browser:chrome
The issue can only be reproduced in the Chrome browser.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Are you reporting a feature or a bug?
Bug
Provide detailed reproduction steps (if any)
<p>Sample <a href="https://foo/bar/baz">https://foo/bar/baz</a> link.</p>
.Sample https://foo/bar/baz^ link.
Sample [https://foo/bar/bom] link.
using mouse.foo/bar/bom
.Expected result
New URL gets applied to the whole "https://foo/bar/bom" text. Text contains a single
a
element.Actual result
"https://foo/bar/bom" URL is applied only to "bom" part, while original link still exists. There are two
a
elements.Following source is being produced:
Other details
Example screencast at https://www.useloom.com/share/d48c0987970d4339bd7bb9ad28cd6567
The text was updated successfully, but these errors were encountered: