Page 1 of 1

No error given when exceed max char. on a note [GreeK]

Posted: Sun Feb 03, 2013 1:57 pm
by Doug R.
I have a character mapping Fu, and apparently I hit the note character limit, because the last two locations didn't save and were lost. There should be an error message.

Re: No error given when exceed max char. on a note

Posted: Mon Feb 04, 2013 4:12 pm
by Greek
Even better idea is to disable "forward" button when limit is exceeded. Just like "say to all" when text area is empty.

Re: No error given when exceed max char. on a note

Posted: Mon Feb 04, 2013 8:29 pm
by Doug R.
But the forward button isn't dynamic, so it would have no idea if the limit is exceeded or not until you hit it. Or am I missing something?

Re: No error given when exceed max char. on a note

Posted: Mon Feb 04, 2013 8:40 pm
by Greek
"say to all" isn't dynamic too. :D
It can be done through javascript. Form validation is quite standard thing. Additional popup message with explanation can be displayed.

Re: No error given when exceed max char. on a note

Posted: Tue Feb 05, 2013 9:16 am
by EchoMan
Just remember that IE treat a carriage return as two characters, and the rest of the browsers as one character, or if it was the other way around.

Re: No error given when exceed max char. on a note

Posted: Fri Jul 19, 2013 8:34 pm
by Greek
It's impossible to save notes which exceed 65000 characters (which worked in the past). It's probably because of server configuration.

Re: No error given when exceed max char. on a note

Posted: Tue Mar 11, 2014 11:11 pm
by Greek
Preview informs when a note is too long.