allow html tags included text design broken

Stimulsoft Dashboards.JS discussion
Post Reply
d-hcelik
Posts: 68
Joined: Fri Sep 04, 2020 1:40 pm

allow html tags included text design broken

Post by d-hcelik »

Hi
I have a text that includes html tags,i settet allow html tags,it works very well in view but when i saved pdf it is design broken
what shoul i do?
Attachments
demotest.json.mrt
(11.12 KiB) Downloaded 113 times
view-pdf.png
view-pdf.png (58.26 KiB) Viewed 800 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: allow html tags included text design broken

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: allow html tags included text design broken

Post by Lech Kulikowski »

Hello,

The issue is fixed. The fix will be available in the next release build.

At the current version, you can change order of </li> and <be> tags:

Code: Select all

<ol><li>Text1</li><br><li>Text2</li><br><li>Text3</li></ol>
change on:на

Code: Select all

<ol><li>Text1<br></li><li>Text2<br></li><li>Text3</li></ol>
Thank you.
Post Reply