IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 83 forks source link

[igHtmlEditor] The last row is not displayed when font family is set in toolbarSettings in initialization. #2085

Closed norikois closed 3 years ago

norikois commented 3 years ago

Description

[igHtemlEditor] The last row is not displayed when font family is set in toolbarSettings in initialization.

Steps to reproduce

  1. Open the attached sample in a browser. -> See the igHtemlEditor on the left side.

Result

Only "1. htmlEditor" is shown.

Expected result

"2. htmlEditor" is shown in the second line in the same way as you can see on the right side html editor.

Notes

Calling setContent method in rendered event doesn't help because if you call it, only one html editor is shown and the other is not displayed.

Attachments

CAS-33547-Sample1.zip