Possible Duplicate:
Padding a comment with spaces.

On Server Fault, I posted a comment and someone posted the comment "Classic!" so I was going to post a comment back "Yes It Is" but I got an error message * required - at least 15 characters. How did the other person get to enter an 8 character comment, is that based on a certain amount of rep?

link|improve this question

Better dupe: meta.stackoverflow.com/questions/11731/… – random Aug 13 '09 at 12:55
feedback

closed as exact duplicate by Tom Ritter Aug 13 '09 at 13:31

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

You can pad comments with certain unicode characters or just some whitespace.

That will cause the comment submit form to validate, but the whitespace gets trimmed when the comment is displayed.

If you use the unicode zero-width-space, it just takes up no space...but technically is the correct number of characters.

link|improve this answer
Like This! – jjnguy Aug 13 '09 at 12:53
No. – Hilarious Comedy Pesto Aug 13 '09 at 12:55
Yes – jjnguy Aug 13 '09 at 12:56
Get It – Breadtruck Aug 13 '09 at 12:57
– random Aug 13 '09 at 12:57
Not again... . – Ladybug Killer Aug 13 '09 at 12:57
It does make you wonder why SO didn't use JS to trim that whitespace off if they were concerned about the minimum 15 characters in the first place. – Breadtruck Aug 13 '09 at 12:58
Jeff has stated (not verbatim) that they knew and didn't care about this particular workaround. – devinb Aug 13 '09 at 13:25
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged