html editor highlight and text color buttons

  1. #1

    html editor highlight and text color buttons

    please check on this one, thanks

    anyone
    using coolite's default html editor in IE8... the text highlight ang
    text color icons (with the drop down choices) is really slow...
    sometimes it works when clicked but most of the time it does not
    work... ok in IE7 and FF3 but not IE8
  2. #2

    RE: html editor highlight and text color buttons

    Hi,

    I tested editor under IE8 and works perfectly. Can you update from SVN and retest?
  3. #3

    RE: html editor highlight and text color buttons

    i have updated to the latest v0.82 release on SVN but it is still happening, sometimes the highlighter color choices appear and sometimes not...

    
    <ext:Window runat="server" ID="winTermControl" Title="Dictionary Term Management" Width="650" MinWidth="650" AutoHeight="true" Modal="true"  Show&#111;nload="false" BodyStyle="background-color:white; padding: 5px;" Resizable="false" AutoRender="false" >
        <Listeners>
            ...................
        </Listeners>
        <Body>
            <ext:FormLayout runat="server" >
                <ext:Anchor>
                    <ext:TextField ID="exttxtTerm" runat="server" FieldLabel="* Term" Width="500" AllowBlank="false" ></ext:TextField>
                </ext:Anchor>
                <ext:Anchor>
                    <ext:HtmlEditor ID="exttxtDefinition" runat="server" FieldLabel="* Definition" Height="100" >
                    </ext:HtmlEditor>
                </ext:Anchor>
                <ext:Anchor>
                    <ext:HtmlEditor ID="exttxtReference" runat="server" FieldLabel="Reference" Height="100" ></ext:HtmlEditor>
                </ext:Anchor>
            </ext:FormLayout>
        </Body>
        <Buttons>
    ........................

    i'm using IE v8.0.6001.18702
  4. #4

    RE: html editor highlight and text color buttons

    Hi,

    Can you provide a test example? Do you have ASP.NET form on the page?
    If you place the following script to the page (to the head section) then Does it solve the problem?
         <ext:ScriptContainer runat="server" />
         <script type="text/javascript">
             Ext.override(Ext.menu.Menu, {
        createEl : function () {
            return new Ext.Layer({
                cls       : "x-menu",
                shadow    : this.shadow,
                shim      : this.shim || true,
                constrain : false,
                parentEl  : this.parentEl || &#100;ocument.body,
                zindex    : 15000
            });
        }
    });
         </script>
  5. #5

    RE: html editor highlight and text color buttons

    no effect and yes there is an asp net form on the page and the html editor is within a usercontrol, i'm really wondering why sometimes it works and sometimes not
  6. #6

    RE: html editor highlight and text color buttons

    Hi, is it possible to hide only highlight button?

Similar Threads

  1. [CLOSED] Html editor text update
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 08, 2012, 8:35 AM
  2. [CLOSED] Not able to Copy the Text from HTML Editor
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 21, 2011, 8:10 AM
  3. HTMl Editor Clear Text.
    By grmontero in forum 1.x Help
    Replies: 3
    Last Post: Oct 01, 2009, 7:49 PM
  4. Html Editor font color
    By speedstepmem2 in forum 1.x Help
    Replies: 5
    Last Post: Sep 29, 2009, 9:59 AM
  5. [CLOSED] Html Editor Default Color
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 06, 2009, 1:59 AM

Posting Permissions