Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Can't copy or paste in HTML view
Re: Can't copy or paste in HTML view
04-11-2005, 12:20 PM
martonhouse
Joined on 12-03-2004
Posts 3
Re: Can't copy or paste in HTML view
Reply
Quote
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