Software should: allow checkbox’s label to check
Just ran into another piece of software that triggered one of my pet peeve’s. Was installing Evernote since Rudi Grobler’s “Week of <XAML />” day 0 talk listed it as the 1st WPF example app.
The setup program’s last page includes a checkbox which only works if you click on the “box”.

I hate that! Please stop!
Advertisement
Our WPF and Silverlight UI Frameworks make it hard to make this mistake…since <CheckBox>includes a label</CheckBox> automagically.
However, TextBoxes with Labels aren’t automagic. I’d like to see FxCop for XAML rules enforce things like that… (realizing a big benefit of Declarative UI…)