Page 1 of 1

Editable fields with HTML are getting reformatted and increasing font size

Posted: Wed Nov 19, 2025 1:04 am
by midspace
In Reports.NET for the WEB MVC,
We have a number of reports that use Editable fields with HTML.
I have attached a sample template we use for testing.

We are upgrading from an older 2018 version of Stimulsoft, and see issues with the Editable fields when editing the fields. The font size and line spacing are changing after opening editable fields, per the attached screenshot.


Steps to reproduce:
1. Open the Stimulsoft demo site: https://designer.stimulsoft.com/
2. Open the following attached sample report. AHK0000KK.mrt
3. From the top, click the "Preview" tab.
4. The View should change and show a rendered report.
5. From the bottom right, change the Zoom level to 150%
6. From the toolbar, click the "Editor" button (next to the magnifying glass),
7. The editable fields should be highlighted in a pale yellow.
8. Click in the first editable field, and the backing HTML should appear.
9. Click out of the field, anywhere on the report. The editable field should change back to text.
10. From the toolbar, click the "Editor" button again. This should turn off the editable fields.
11. The editable field we had clicked in, will change. All the text in it will get bigger. And the line spacing will increase. We expect to see no change to font size, line spacing or indentations with the bullet points.

I have attempted to determine which version this issue was introduced, and it looks like there have been several bugs introduced and fixed over several versions.
Version 2025.4.1 appears to be when then font size issue was introduced. It was not there on previous version.
The line spacing issue has been there for longer.
Older versions removed the indent on the UL/LI bullet points, but it was fixed in 2025.4.1.
None of these issues were present in 2018, except for the line spacing issue, which would only happen after editing the field, and then changing the zoom.

Re: Editable fields with HTML are getting reformatted and increasing font size

Posted: Wed Nov 19, 2025 10:03 am
by Lech Kulikowski
Hello,

We have been able to reproduce the issue, but it will require more time to resolve. Rest assured that we will keep you informed of our progress and let you know the results as soon as possible.

Thank you.
#18823

Re: Editable fields with HTML are getting reformatted and increasing font size

Posted: Tue Nov 25, 2025 10:36 pm
by Lech Kulikowski
Hello,

The issue is fixed. Please check the next release in December.

Thank you.

Re: Editable fields with HTML are getting reformatted and increasing font size

Posted: Wed Nov 26, 2025 12:50 am
by midspace
Hi,
Is there any way of testing a pre-release of this change?
Even if it only online at https://designer.stimulsoft.com/ ?

Re: Editable fields with HTML are getting reformatted and increasing font size

Posted: Wed Nov 26, 2025 8:23 am
by Lech Kulikowski
Hello,

No. Only when the build was released.

Thank you.

Re: Editable fields with HTML are getting reformatted and increasing font size

Posted: Tue Jan 06, 2026 3:16 am
by midspace
Hi, I've been testing the fixes, and have a new issue.

It appears that any text with a double quote in the HTML editable field will cause it to fail spectacularly.



Steps to reproduce:
1. Open the Stimulsoft demo site: https://designer.stimulsoft.com/
2. Open the following attached sample report.
AHK0000KK.mrt
(15.92 KiB) Downloaded 49 times
3. From the top, click the "Preview" tab.
4. The View should change and show a rendered report.
Stimulsoft_edit_field_quote_bug_1.png
Stimulsoft_edit_field_quote_bug_1.png (21.57 KiB) Viewed 3197 times
5. From the toolbar, click the "Editor" button (next to the magnifying glass),
6. The editable fields should be highlighted in a pale yellow.
7. Click in the first editable field, and the backing HTML should appear.
8. Place a double quote at the start of the line.
Or paste in a valid piece of html with an attribute that contains a double quote:

Code: Select all

<p style="font-weight:bold">xxxx</p>
Stimulsoft_edit_field_quote_bug_2.png
Stimulsoft_edit_field_quote_bug_2.png (20.17 KiB) Viewed 3197 times
9. From the toolbar, click the "Editor" button again. This should turn off the editable fields.
10. The editable field we had clicked in, will change, and raw HTML will be rendered across the report preview.
Stimulsoft_edit_field_quote_bug_3.png
Stimulsoft_edit_field_quote_bug_3.png (29.51 KiB) Viewed 3197 times

Re: Editable fields with HTML are getting reformatted and increasing font size

Posted: Wed Jan 07, 2026 10:03 pm
by Lech Kulikowski
Hello,

Thank you for the additional information. We will check it and let you know about the result.

Thank you.

Re: Editable fields with HTML are getting reformatted and increasing font size

Posted: Fri Jan 16, 2026 6:08 am
by Lech Kulikowski
Hello,

The issue is fixed. Please check the next release build.

Thank you.

Re: Editable fields with HTML are getting reformatted and increasing font size

Posted: Tue Feb 03, 2026 9:51 pm
by midspace
We're still seeing one lingering issue with the formatting of bullet lists in the editable html field.

Under Stimsulsoft 2018, it would appear as such when editing.
StimulsoftEditbaleField_2018_1.png
StimulsoftEditbaleField_2018_1.png (12.81 KiB) Viewed 2305 times
StimulsoftEditbaleField_2018_2.png
StimulsoftEditbaleField_2018_2.png (11.73 KiB) Viewed 2305 times
When the Field Editor was turned off, it looked perfect.
StimulsoftEditbaleField_2018_3.png
StimulsoftEditbaleField_2018_3.png (14.24 KiB) Viewed 2305 times
Under Stimulsoft 2026.1.3, the editor looked right.
StimulsoftEditbaleField_2026_1.png
StimulsoftEditbaleField_2026_1.png (13.42 KiB) Viewed 2305 times
StimulsoftEditbaleField_2026_2.png
StimulsoftEditbaleField_2026_2.png (12.47 KiB) Viewed 2305 times
However, when turning off the field editor, the rendering was lines was messed up. The bullet points are there, but underneath the text.
StimulsoftEditbaleField_2026_3.png
StimulsoftEditbaleField_2026_3.png (16.99 KiB) Viewed 2305 times

Steps to reproduce:
1. Open the Stimulsoft demo site: https://designer.stimulsoft.com/
2. Open the following attached sample report template.
AHL0000KK.mrt
(15.95 KiB) Downloaded 17 times
3. From the top, click the "Preview" tab.
4. The View should change and show a rendered report.
5. From the toolbar, click the "Editor" button (next to the magnifying glass),
6. The editable fields should be highlighted in a pale yellow.
7. Click in the first editable field, and the backing HTML should appear.
8. Copy the following sample HTML, and paste into the template field.

Code: Select all

    <ul>
        <li>
            Fruits
            <ul>
                <li>Apples</li>
                <li>Bananas</li>
            </ul>
        </li>
        <li>
            Vegetables
            <ul>
                <li>Carrots</li>
                <li>Broccoli</li>
            </ul>
        </li>
        <li>Dairy</li>
    </ul>
9. From the toolbar, click the "Editor" button again. This should turn off the editable fields.
10. The editable field we had clicked in, will change, and the bullet list will be rendered.


Thank you for looking into these issues.

Re: Editable fields with HTML are getting reformatted and increasing font size

Posted: Tue Feb 03, 2026 11:05 pm
by Lech Kulikowski
Hello,

Thank you for the additional information. We will check it and let you know about the result.

Thank you.
#19414