We are using the jQuery lwRTE plugin (http://plugins.jquery.com/project/lwRTE) to collect user input, and we have been quite pleased with its flexibility. We are only interested in allowing basic formatting, and the ability to customize the toolbar has been nice.
One problem we have run into, though, is dealing with the additional (garbage) html formatting that accompanies the text when it is copied from Word (or other applications that offer a html version to the clipboard). We do a pretty good job of cleaning it up on the server, but we would prefer to not have to deal with it at all. It would be nice if we could just get plain text from the clipboard.
The extent of extra formatting we get depends on the browser, but we are seeing at least some on all of them. Is there an execCommand() that I need to enable?
Thanks. Any help would be appreciated.