for textbox(Rich Text) there are missing Font Size, Font Family and Line Height option

Stimulsoft Reports.WEB discussion
Post Reply
shrikant.kamble2
Posts: 4
Joined: Tue Apr 06, 2021 6:24 pm

for textbox(Rich Text) there are missing Font Size, Font Family and Line Height option

Post by shrikant.kamble2 »

In edit mode for Rich textbox if I am trying change font family, font size and line height, there is tick marks in drop-down instead font family name, size and line height option.
Please see the attachment.
LIneHieght.png
LIneHieght.png (2.4 KiB) Viewed 1899 times
FontSize.JPG
FontSize.JPG (11.99 KiB) Viewed 1899 times
FontFamily.JPG
FontFamily.JPG (11.8 KiB) Viewed 1899 times
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: for textbox(Rich Text) there are missing Font Size, Font Family and Line Height option

Post by Lech Kulikowski »

Hello,

We couldn't reproduce the issue. Please clarify which product and version are you use?

Thank you.
shrikant.kamble2
Posts: 4
Joined: Tue Apr 06, 2021 6:24 pm

Re: for textbox(Rich Text) there are missing Font Size, Font Family and Line Height option

Post by shrikant.kamble2 »

By looking the reference in project I think we are using version 2020.3.2. See attachment.
SIT_Web.JPG
SIT_Web.JPG (25.13 KiB) Viewed 1833 times
The attachment SIT_Web.JPG is no longer available
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: for textbox(Rich Text) there are missing Font Size, Font Family and Line Height option

Post by Lech Kulikowski »

Hello,

Please try to check the last release build. If the issue is still present, please send us a sample project that reproduces the issue for analysis on support@stimulsoft.com

Thank you.
shrikant.kamble2
Posts: 4
Joined: Tue Apr 06, 2021 6:24 pm

Re: for textbox(Rich Text) there are missing Font Size, Font Family and Line Height option

Post by shrikant.kamble2 »

we are using below code to show rich text-box. Previously it was working but now it is not working.

$(textArea).summernote({
width: this.offsetWidth + 2,
height: this.offsetHeight,
minHeight: this.offsetHeight,
maxHeight: this.offsetHeight,
focus: true,
disableDragAndDrop: true,
fontNames: [
"Arial",
"Comic Sans MS",
"Courier New",
"Lucida Grande",
"Times New Roman",
"Trebuchet MS",
"Verdana",
],
fontNamesIgnoreCheck: ["Lucida Grande"],
toolbar: [
["style", ["bold", "italic", "underline", "clear"]],
["fontname", ["fontname"]],
["fontsize", ["fontsize"]],
["para", ["ul"]],
["height", ["height"]],
],
callbacks: {
onPaste: viewer.pastePlainTextOnly,
},
});
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: for textbox(Rich Text) there are missing Font Size, Font Family and Line Height option

Post by Lech Kulikowski »

Hello,

Please try to check the last release build. If the issue is still present, please send us a sample that reproduces the issue for analysis on support@stimulsoft.com

Thank you.
Post Reply