madtom1999@yahoo.com said the following on 11/25/2006 4:37 AM:
> Randy,
> I'll clarify - by javascript I mean javascript that can access and
> modify the DOM and intercept keystrokes.
NN4 can do either but you can't very well create a decent text editor in
NN4 using it. Your claim was that "If it runs javascript it will work! "
and that is a bogus claim at best.
> Remember that a textarea can be used at the very worst - its a text
> editor though not very useful - but the computing world was built on
> bits and bytes and coding productivity is often slowed by having
> editors that 'think for you'.
::yawn::
> So, other than lack of vision, commitment, a desire to protect your own
> investment, or fantasy patents that wont apply in most of the world,
> have you any proof it can't be done?
You mean other than almost a year fighting the different implementations
on the web that won't support a rich text editor yet?

Signature
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
madtom1999@yahoo.com - 25 Nov 2006 10:49 GMT
So , since some code wont work on a few % of PC's nothing should be
written - is that what your trying to say?
Randy Webb - 25 Nov 2006 11:41 GMT
madtom1999@yahoo.com said the following on 11/25/2006 5:49 AM:
> So , since some code wont work on a few % of PC's nothing should be
> written - is that what your trying to say?
What are you babbling about now? I never said that. I said that your
statement was blatantly false. I never did say you couldn't satisfy 95%
or so of your visitors.

Signature
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
madtom1999@yahoo.com - 30 Nov 2006 11:55 GMT
I think you'll find the babbling started when YOU decided I was going
to write a rich text editor.
Peter Michaux - 25 Nov 2006 17:45 GMT
Hi Randy,
> You mean other than almost a year fighting the different implementations
> on the web that won't support a rich text editor yet?
What did you learn about the Rich Text Editors and their
implementations and browser support?
I saw that Hard Core Text Editor supports IE, FF, and Safari2. The
FCKeditor supports IE, FF and Opera, I think. So is there an editor
that covers the four big browsers?
I haven't bothered much learning about RTEs because the web doesn't
seem ready yet but I think they are likely to be future work for any
JavaScript programmer.
Thanks,
Peter
Randy Webb - 26 Nov 2006 18:44 GMT
Peter Michaux said the following on 11/25/2006 12:45 PM:
> Hi Randy,
>
[quoted text clipped - 3 lines]
> What did you learn about the Rich Text Editors and their
> implementations and browser support?
At the time that I would never get it to work on a MAC. But, at the time
Safari2 wasn't out yet.
> I saw that Hard Core Text Editor supports IE, FF, and Safari2. The
> FCKeditor supports IE, FF and Opera, I think. So is there an editor
> that covers the four big browsers?
If one can support 3 and another can support the 4th then an educated
guess would be that there could be one written to support those 4 browsers.
> I haven't bothered much learning about RTEs because the web doesn't
> seem ready yet but I think they are likely to be future work for any
> JavaScript programmer.
That is the reason I stopped working on mine. It was part of a larger
message board type project and I wanted the RTE for creating posts.

Signature
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/