Font-size drop-down list does not reflect highlighted text font size

  •  11-22-2011, 9:07 AM

    Font-size drop-down list does not reflect highlighted text font size

    Gents,
     
    Is there a resolution to this issue?
     
    If one supplies a custom font size selection list in points WITHOUT using the 7 HTML font sizes as the values, the CuteEditor font size selection list will not automatically reflect the font size of highlighted text. 
     
    Let me restate this: the custom font sizes will allow me to successfully change the text to the specified point size, however, since I am using point sizes for the text size, and not the 7 html font sizes, the font size drop down selector does not automatically reflect the size of text that is highlighted, or where the cursor is in the body of the document.
     
    Is there a resolution or workaround? We are using CuteEditor 6.6.
     
    Custom font sizes from common.config:
     
            <FontSize>
                <item text="[[NotSet]]" value="null">
                    <html><![CDATA[[[NotSet]]]]></html>
                </item>
                <item text="9pt" value="9pt">
                    <html><![CDATA[<font style='font-size:9pt'>9pt </font>]]></html>
                </item>
                <item text="10pt" value="10pt">
                    <html><![CDATA[<font style='font-size:10pt'>10pt </font>]]></html>
                </item>
                <item text="11pt" value="11pt">
                    <html><![CDATA[<font style='font-size:11pt'>11pt </font>]]></html>
                </item>
                <item text="12pt" value="12pt">
                    <html><![CDATA[<font style='font-size:12pt'>12pt </font>]]></html>
                </item>
                <item text="14pt" value="14pt">
                    <html><![CDATA[<font style='font-size:14pt'>14pt </font>]]></html>
                </item>
                <item text="18pt" value="18pt">
                    <html><![CDATA[<font style='font-size:18pt'>18pt </font>]]></html>
                </item>
                <item text="24pt" value="24pt">
                    <html><![CDATA[<font style='font-size:24pt'>24pt </font>]]></html>
                </item>
                <item text="36pt" value="36pt">
                    <html><![CDATA[<font style='font-size:36pt'>36pt </font>]]></html>
                </item>
            </FontSize>

     Thank you,
     
    --David
View Complete Thread