The ticket title field is often missed (e.g. [#6275] or [#6298] or other examples), but using the html5 required attribute would catch that problem right away. Easy widgets could make all input fields that have validator with not_empty=True emit the required
attribute.
Hg is annoying. Here's a patch. I can commit and make a release, but I don't want to figure out forking & branching in hg right now :P
I've pushed the changes to https://bitbucket.org/rick446/easywidgets/ on the required_attr branch