[CLOSED] Font family not correctly shown in HtmlEditor with Chrome

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [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:

                                <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.

    Click image for larger version. 

Name:	HTMLEditor1.jpg 
Views:	261 
Size:	64.0 KB 
ID:	25275

    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 2:45 PM.

Similar Threads

  1. [CLOSED] SplitButton overflow menu not shown correctly - follow up
    By NewLink in forum 4.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 06, 2018, 4:58 AM
  2. [CLOSED] SplitButton overflow menu not shown correctly
    By NewLink in forum 4.x Legacy Premium Help
    Replies: 11
    Last Post: Oct 10, 2018, 3:51 PM
  3. [CLOSED] How to change default font family
    By trePjt in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 25, 2014, 4:41 AM
  4. [CLOSED] Font Family Extjs 4...
    By luiz in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 24, 2013, 12:33 PM
  5. htmleditor font
    By [WP]joju in forum 1.x Help
    Replies: 2
    Last Post: Jun 22, 2009, 7:02 AM

Tags for this Thread

Posting Permissions