Search found 12 matches

by imaltont
Wed Jun 21, 2023 7:35 am
Forum: Stimulsoft Reports.JS
Topic: Textbox with HTML tags ignores bold tag
Replies: 9
Views: 1450

Re: Textbox with HTML tags ignores bold tag

Hello, The problem was an inherrited CSS font-weight from far back on the container the report was rendered to with renderHtml("containerName"). I don't know if it is the intended behavior or not for stimulsoft's rendering to overwrite such settings or not, but setting the container to hav...
by imaltont
Tue Jun 20, 2023 7:54 am
Forum: Stimulsoft Reports.JS
Topic: Textbox with HTML tags ignores bold tag
Replies: 9
Views: 1450

Re: Textbox with HTML tags ignores bold tag

Hello, I am also having some trouble reproducing it outside out application, so there is probably something going on with our setup. It seems the bold and lists are represented properly, both on the newest version and the older one we are currently running when doing a minimal setup. In our applicat...
by imaltont
Fri Jun 16, 2023 9:10 am
Forum: Stimulsoft Reports.JS
Topic: Textbox with HTML tags ignores bold tag
Replies: 9
Views: 1450

Re: Textbox with HTML tags ignores bold tag

Hello.

The actual-formatting image is from and older version, but the same problem was there in the newest report viewer as well. The newest were also missing the dots on the bullet list. The desired is from the .NET version. report-example.mrt is the same report that was rendered in both.
by imaltont
Fri Jun 16, 2023 5:40 am
Forum: Stimulsoft Reports.JS
Topic: Textbox with HTML tags ignores bold tag
Replies: 9
Views: 1450

Re: Textbox with HTML tags ignores bold tag

Hello.

Latest stable release seems to fix it when saving/printing to PDF, but it does still not show in the report viewer. This one is also missing the dot prefix you usually see on list elements.
by imaltont
Thu Jun 15, 2023 6:44 am
Forum: Stimulsoft Reports.JS
Topic: Textbox with HTML tags ignores bold tag
Replies: 9
Views: 1450

Textbox with HTML tags ignores bold tag

Hello. A textbox with the property "Allow HTML Tags" set to true will in the .NET version properly render (some) HTML tags, like bold, italic, underscore, break etc. For the JS version this is also true, with the exception of bold, which seems to not render properly in the report viewer. I...
by imaltont
Wed Jun 02, 2021 8:38 am
Forum: Stimulsoft Reports.JS
Topic: Automatic json date transformation
Replies: 13
Views: 5735

Re: Automatic json date transformation

Hello again,

It's been a while now, what's the current state of the problem? Is it fixed, and if so, in which version(s) will the fix be in?
by imaltont
Thu Mar 18, 2021 10:31 am
Forum: Stimulsoft Reports.JS
Topic: Automatic json date transformation
Replies: 13
Views: 5735

Re: Automatic json date transformation

Hello,

It has been two months since the last reply now. Are there any progressbeing done/has it been looked into?
by imaltont
Wed Jan 13, 2021 8:31 am
Forum: Stimulsoft Reports.JS
Topic: Automatic json date transformation
Replies: 13
Views: 5735

Re: Automatic json date transformation

Hello,

Are there any updates on this issue?
by imaltont
Wed Dec 23, 2020 7:57 am
Forum: Stimulsoft Reports.JS
Topic: Automatic json date transformation
Replies: 13
Views: 5735

Re: Automatic json date transformation

Hello, I know there are no dates in it, that's why I said to change any of them to a date. I'll add attachements that can show the problem. I'm adding the .mrt file with culture set to Norwegian and the text box with a date set to date format, what the report gets inputed as a raw string, what it re...
by imaltont
Tue Dec 22, 2020 2:20 pm
Forum: Stimulsoft Reports.JS
Topic: Automatic json date transformation
Replies: 13
Views: 5735

Re: Automatic json date transformation

Hello, Using this example , if you change one of the values displayed in the list in the Demo.json to a date (e.g. 2020-05-06T00:00:00Z) and render without doing anything to the template, the report renders it as some other format (for me in this example MM/dd/yyyy), I want it to be rendered as the ...