ssmail / grailsblog

Automatically exported from code.google.com/p/grailsblog
0 stars 0 forks source link

Comment content validation displays inaccurate message #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Enter more than 250 characters in the comment field 
2.  Submit comment
3.  Verify comment is not accepted and message states "all fields are
required".
4.  The message should stated comments may not exceed 250 chars and maybe
give a count.  Also, limit input in the text area.

Original issue reported on code.google.com by dean.delponte on 30 Mar 2009 at 2:55

GoogleCodeExporter commented 9 years ago
Comments may now be up to 1000 characters.  If exceeded, appropriate error 
message is
given.  Input in title and subject textboxes in limited via the maxlength 
attribute.

Original comment by dean.delponte on 13 Apr 2009 at 12:38