[PR #2285] only use the designated fragment when pasting html into a RadzenHtmlEditor #3179

Open
opened 2026-01-29 18:22:16 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/2285

State: closed
Merged: Yes


Fixes #2280

Pasting copies html code sometimes generates a lot of unnessary markup, especially when using word on a mac. The actually marked characters get surrounded by and comments. The proposed change only pastes the string within these comments.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/2285 **State:** closed **Merged:** Yes --- Fixes #2280 Pasting copies html code sometimes generates a lot of unnessary markup, especially when using word on a mac. The actually marked characters get surrounded by <!--StartFragment--> and <!--EndFragment--> comments. The proposed change only pastes the string within these comments.
claunia added the pull-request label 2026-01-29 18:22:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#3179