ssmelov / Tiny-Rich-Editor

jquery tiny rich editor with minimal functions
1 stars 2 forks source link

More IE Support #1

Open volomike opened 12 years ago

volomike commented 12 years ago

I rather like this project a lot, although it's still in its infancy. Have you considered more IE support as well? When I mean IE, I mean IE7 and up. IE is about 90% of the problem with these rich editors.

Some advice:

http://archive.plugins.jquery.com/project/TextAreaResizer

http://msdn.microsoft.com/en-us/library/ms533049(v=vs.85).aspx https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla http://www.quirksmode.org/dom/execCommand.html

http://closure-library.googlecode.com/svn/docs/index.html http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/editor/editor.html

Hope this helps, and good luck on this project.

volomike commented 12 years ago

You can also check out the CLeditor project here:

http://premiumsoftware.net/cleditor/

ssmelov commented 12 years ago

Thank you for your comments! I will review your suggestions and let you know what the results are!

volomike commented 12 years ago

Sergey, I thought I'd give your little project here a little boost. As well, I plan to fork soon and suggest minor improvements so that you can consider them.

https://plus.google.com/u/0/110745990702341469050/posts/e5qehYwwNTQ

I hope you can view the link above? If not, let me know and I'll find a way to add you in to read that. You may need to create a Google Plus account. Basically I was hyping this project to lots of jQuery users on Google+, and asking others to assist you. Another thing I've done is suggest to the jQuery UI team that they consider this as a starting point for a component that ultimately might get added to the jQuery UI framework.

Love, love, love this thing. It's a shame that browsers don't implement rich editors consistently, that Microsoft didn't fix their quirks with it as far back as 2007, and that jQuery didn't already have this in their UI framework. I mean, everyone who's a decent coder uses some sort of rich editor in their projects eventually.