Seems to be an IE Javascript problem:
Line: 16
Error: 'aeh' is undefined.
And... on the subject of usability:
I can type as much text as I want in this box, I can even preview successfully, but when I try to post I find I'm limited to 1000 chars.
In order of preference:
a) remove the 1000 char hard limit
b) Limit me to 1000 chars with Javascript, and warn me when I'm getting close (a percentage that updated onChange?)
c) Tell me my comment's too long on preview
d) Put a static "max 1000 characters" warning somewhere on the text entry box.
Comment
Found the problem about "aeh". It was due to a bug in the program that optimizes the HTML before it's sent to the browser. Fixed now.
Parent comment
Seems to be an IE Javascript problem: Line: 16 Error: 'aeh' is undefined. And... on the subject of usability: I can type as much text as I want in this box, I can even preview successfully, but when I try to post I find I'm limited to 1000 chars. In order of preference: a) remove the 1000 char hard limit b) Limit me to 1000 chars with Javascript, and warn me when I'm getting close (a percentage that updated onChange?) c) Tell me my comment's too long on preview d) Put a static "max 1000 characters" warning somewhere on the text entry box.