Re: Can't copy or paste in HTML view

  •  04-11-2005, 12:20 PM

    Re: Can't copy or paste in HTML view

    Ah... have found the problem.  I had a javascript function to keep focus on the editor.
     
    function keepFocused()
    { self.focus(); setTimeout('keepFocused()',10); }

    keepFocused();

    Have taken this out and all is well.
     
View Complete Thread