On May 10, 1:45 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote:
> since your code is quick, you can also bind mouseup and paste events. paste
> only works on ie,
> but if you don't catch up 'til blur time, I guess it's no big deal!
>

I did test the onpaste event in IE, but it didn't seem to work
correctly. From what I've read it appears that the onpaste event fires
when the user clicks "paste" but *before* the contents are inserted
into the textarea. I think I'd need some setTimeout() voodoo to get
the timing correct.

I'll experiment with onmouseup to see if that helps anything.

Reply via email to