Page 1 of 1

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

Posted: Fri Jul 23, 2021 5:06 am
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 2163 times
FontSize.JPG
FontSize.JPG (11.99 KiB) Viewed 2163 times
FontFamily.JPG
FontFamily.JPG (11.8 KiB) Viewed 2163 times

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

Posted: Fri Jul 23, 2021 1:25 pm
by Lech Kulikowski
Hello,

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

Thank you.

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

Posted: Fri Aug 13, 2021 4:06 am
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 2097 times
The attachment SIT_Web.JPG is no longer available

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

Posted: Mon Aug 16, 2021 10:54 am
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.

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

Posted: Tue Sep 21, 2021 7:33 am
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,
},
});

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

Posted: Tue Sep 21, 2021 9:29 pm
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.