If I go to the suggested edits page, press reject on one of them, it shows up a dialog asking for the rejection reason. Then I run this in my browser's Javascript console
$("input").each(function(){$(this).removeAttr("disabled");});
It enables the reject button and I can press the reject button and it successfully rejects the edit without me actually having to give a rejection reason.
The rejection should be validated by the server so that a rejection reason is actually required in order to successfully reject a suggested edit.

disabled="disabled". Same thing. Either way, this is hilarious! Ohhhh, I wonder if I can edit the form to submit a rejection reason with my approval command. Let's try!!! – animuson Mar 28 '12 at 0:05