Typo comments not submitting in IE when using Scribbish them

I know I found at least one old email about someone asking about this,
but I
never saw a fix, so I tracked down what was going wrong and made a quick
workaround:
http://www.timocracy.com/articles/2006/10/25/36-comments-not-working-in-typo-scribbish-theme

I actually fixed the bug properly now, so that the submit button still
gets
disabled:
http://www.timocracy.com/articles/2006/10/26/43-fix-for-typo-scribbish-theme-v2-aka-disabling-a-submit-button-in-ie

“Tim C.” [email protected] writes:

I actually fixed the bug properly now, so that the submit button still gets
disabled:
http://www.timocracy.com/articles/2006/10/26/43-fix-for-typo-scribbish-theme-v2-aka-disabling-a-submit-button-in-ie

Thanks. Before I hit ‘commit’, did you test it with other browsers?

Just IE 6, Firefox, and Safari. It’s a pretty simple bit of javascript
that
should work in all browsers. Any .js supporting browser will let you
trigger the onsubmit( ) manually, and as far as I remember they will all
respect a “return false” as well, wether it’s on a link a submit button,
a
form, or whatever.

Tim

“Tim C.” [email protected] writes:

Just IE 6, Firefox, and Safari. It’s a pretty simple bit of javascript that
should work in all browsers. Any .js supporting browser will let you
trigger the onsubmit( ) manually, and as far as I remember they will all
respect a “return false” as well, wether it’s on a link a submit button, a
form, or whatever.

Cool. Thanks, applied.