Jul 19, 2019, 8:15 AM
[CLOSED] Font family not correctly shown in HtmlEditor with Chrome
Dear Support,
I am using Ext.Net v 2.5.2 in an asp.net application having .NET Framework 4.5.2 as target framework.
An instance of the HtmlEditor is declared in the markup code, inside a container, providing a custom list of font families to manage:
See the attached picture.

On other browsers: Edge, IE, Firefox all the font families are perfectly shown.
Thanks in advance for your help.
Peter Treier
I am using Ext.Net v 2.5.2 in an asp.net application having .NET Framework 4.5.2 as target framework.
An instance of the HtmlEditor is declared in the markup code, inside a container, providing a custom list of font families to manage:
<ext:Container runat="server" ID="MessageHtmlEditorContainer" Layout="HBoxLayout" Width="698">
<Items>
<ext:Label runat="server" Width="105" Text="<%$ I18n: Label_Message %>" ID="MessageLabel" />
<ext:HtmlEditor
ID="MessageHtmlEditor"
runat="server"
Width="593"
Height="200"
FontFamilies="Agency FB, Albertina, Antiqua, Architect, Arial, BankFuturistic, BankGothic, Blackletter, Blagovest, Calibri,
Comic Sans MS, Courier, Cursive, Decorative, Fantasy, Fraktur, Frosty, Garamond, Georgia, Helvetica, Impact,
Minion, Modern, Monospace, Open Sans, Palatino, Perpetua, Roman, Sans-serif, Serif, Script, Swiss, Times, Times New Roman,
Tw Cen MT, Verdana">
</ext:HtmlEditor>
</Items>
</ext:Container>
Navigating with Chrome browser (Version 75.0.3770.142 (Official Build) (64-bit)) the font families having name with blank space inside, like "Times new roman", or "Courier new", when selected, are not shown in the font family selector combo. They are perfectly visible in the dropdown when the font family selector is open.See the attached picture.
On other browsers: Edge, IE, Firefox all the font families are perfectly shown.
Thanks in advance for your help.
Peter Treier
Last edited by fabricio.murta; Jul 22, 2019 at 3:45 PM.