Re: Focus goes to Cute Chat input box and I do not want it to!

  •  12-21-2009, 11:06 AM

    Re: Focus goes to Cute Chat input box and I do not want it to!

    emilyw,
     
    Please open CuteSoft_Client\CuteChat\Xml\ChatUI.xml and remove the following code:
                                        
                                        if(Html_IsWinIE)
                                         {
                                                   try{this._box.focus();}catch(x)
                                                   {
                                                            this._focustimerid=setTimeout(this.FocusMe,100);
                                                   }

                                         }
                                         else
                                         {
                                                   this._box.blur();
                                                   var ctrl=this;
                                                   setTimeout(function(){
                                                            if(ctrl._box)
                                                            {
                                                                     ctrl._box.focus();
                                                            }
                                                   },100);
                                         }


    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

View Complete Thread