Open tbabatund opened 4 months ago
@Eric-B-Wu when is this expected to happen given Legacy cut label?
I'll take a look today and see the complexity of the item. If its a simple fix I'll go ahead and implement, if not this may be part of our html editor rewrite
@Eric-B-Wu - this might not be a simple fix. when is the html editor rewrite supposed to deadlined ?
yeah I took a deep look of trying to implement it; the main issue is that currently there's too much custom logic involving decoding, encoding, span removal, etc. which requires to add more custom logic to each of those sections specifically for styling. The whole serializing section of HTML editor is too messy and instead of spending extra time on more logic that will be removed, I'm deciding to push this to html rewrite. We're likely schedule to be mid/end of semester for this
Describe the Bug with repro steps
Highlight the al the text in the email body, including dynamic content, and apply some formatting -- color, bold or font.
Save and run flow, what you will get is styling only applied to static content and not the dynamic part of the text like below where color only applied to static text.
What type of Logic App Is this happening in?
Consumption (Portal)
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
No response
Browser
Chrome
Additional context
On debugging, it is clear that selection is correct but styling is not implemented for dynamic content.