CuteEditor seems to steal focus after loading

Last post 08-28-2007, 10:11 AM by Aldo. 2 replies.
Sort Posts: Previous Next
  •  08-23-2007, 9:34 AM 32755

    CuteEditor seems to steal focus after loading

    If I am posting about problem I am experiancing I might as well ask about another problem we encounterd and have not been able to fix yet.

    We show 3 cuteeditors on 1 screen. Everytime the page loads in IE the center editor gets what I think is the focus. The webpage focuses around the center editor. This while all the editors for sure have Focus="false" (it's 1 usercontrol with cuteeditor being part of it that gets repeated 3 times. So they all act the same way).

    I have been doing some checking on this forum and also tried out solutions like setting the correct tabindex. But nothing has solved the problem. A lot of the solutions I found included upgrading to a new version, but these posts where often over a year old and we've only started using CuteEditor about 3 weeks ago.

    The editor currently looks as such:

    <CE:Editor
        id="ceEditor"
        EditorWysiwygModeCss="~/system/css/CMSToolkit_editor.css,~/templates/editorcss/editor.css"      
        ConfigurationPath="~/system/controls/CuteSoft_Client/CuteEditor/Configuration/becoeditor.config"
        runat="server"
        CustomCulture="nl-NL"
        EnableAntiSpamEmailEncoder="true"
        ConvertHTMLTagstoLowercase="true"
        ShowPreviewMode="false"
        TextAreaStyle-CssClass="CuteEditorTextArea"
        UseRelativeLinks="true"
        UseHTMLEntities="true"
        UseFontTags="false"
        UseSimpleAmpersand="true"
        CssClass="ceCuteEditor"
        Focus="false"
        TabIndex="10"
    /> 

    Any idea's how to fix this? I've even tried steeling the focus back, but in the end cuteeditor always wins as it's the last to load.

  •  08-24-2007, 10:42 AM 32848 in reply to 32755

    Re: CuteEditor seems to steal focus after loading

    Aldo,
     
    Can you try this example?
     
     
    If you can't reproduce the problem there, can you create a simple example showing the problems and send it to me?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-28-2007, 10:11 AM 32986 in reply to 32848

    Re: CuteEditor seems to steal focus after loading

    Hi Adam,

    I can't reproduce it there. But that only shows one rich text editor, the problem for me happens when we show 3 bellow one and other. I will see if I am able to put something online for you to see. At the moment nothing is available to the outside world however.
View as RSS news feed in XML