fix: Content field styling preserved#492
Merged
surajshetty3416 merged 1 commit intofrappe:developfrom Feb 16, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #492 +/- ##
========================================
Coverage 60.61% 60.61%
========================================
Files 28 28
Lines 2722 2722
========================================
Hits 1650 1650
Misses 1072 1072 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
@Hemant-dbit Can you also a video demonstrating the issue vs fix? |
Contributor
Author
|
@surajshetty3416 yes sure |
Contributor
Author
|
@surajshetty3416 I have added videos as well demonstrating before and after the issue |
surajshetty3416
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #489
Text styling (color, italic, bold, underline) is now preserved when editing text through the Content field in the properties panel.
Problem
Previously, editing text via the Content field would strip all formatting, leaving only plain text.
Solution
TextBlock.vueto detect plain text input and preserve existing HTML stylingTextStyleto handle inlinestyleattributesTesting
Before
My.Page._.Builder.-.Google.Chrome.2026-02-15.19-57-20.mp4
After
My.Page._.Builder.-.Google.Chrome.2026-02-15.20-00-37.mp4