You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When editing an existing link using adjustLinkSelection where the link has multiple words (eg <a href="#">foo bar baz</a>), only a single word will be returned when the cursor is on bar and no selection exists.
* Add a ID to the TempDiv, to be able to identify on blur was caused for copy/cut #2813
* delete image range
* remove selection
* fix build
* WIP
* clean info when delete image
* WIP
* WIP
* add unit tests
* nit
* Remove style "white-space" from empty paragraph (#2820)
* Remove white-space style for empty paragraph
* improve
* Fix#2804 (#2821)
* touch images
* Do not treat image without src as empty image (#2823)
* update versions.json
* update versions
---------
Co-authored-by: Julia Roldi (from Dev Box) <juliaroldi@microsoft.com>
Co-authored-by: Julia Roldi <87443959+juliaroldi@users.noreply.github.com>
Co-authored-by: Jiuqing Song <jisong@microsoft.com>
Describe the bug
When editing an existing link using
adjustLinkSelection
where the link has multiple words (eg<a href="#">foo bar baz</a>
), only a single word will be returned when the cursor is onbar
and no selection exists.To Reproduce
Steps to reproduce the behavior:
#
)Expected behavior
In the final step, "Display as" should contain "foo bar baz"
Screenshots
Device Information
macOS, firefox (evergreen)
The text was updated successfully, but these errors were encountered: