Friday, November 07, 2014

So tempting to blame the user for bad design...

The me from 15 years ago would've blamed the "dumb user" for this, but in these days of UX Design, usability and delighting the user I'd like to think I'm bigger than this now....

I am working on a line of business, Windows application which involves quite a bit of data entry. The screens are nice and consistent in their layout across many aspects of the system ranging from CRM and Sales tools to Accounting and graphical estimating tools. (www.constructor.com.au). Users are presented with summary information and choose to open the information they want to edit. Slightly old fashioned but with a decent user base around the country and the promise of lots of fancy new services to hang off this system, the windows client will suffice for our desktop users for sometime to come.

Today the boss came in, a little sheepish, asking if we had a back up. He'd just deleted an important client he'd been working on. He admitted to not really reading the message that popped up, but also insisted that he'd just altered some information and thought he was just confirming the "save before closing" style message.

Now the messages in both these situations (saving and deleting) are in fact quite different. We use these HTML message boxes (a custom thing I wrote years ago), so save confirmations are all green and blue, positive look and feel, with "Save Now" captions on the buttons etc, and delete confirmation messages a red with the item you are about to delete bolded, and so on.  But still, I found it intriguing that a relatively experienced user could "accidentally" click the delete button and confirm the action, on a screen he swears he wasn't using.

Turns out, I guess it's something of a design flaw on my part - if I'm tough on myself. It's still going to bite me again at some point though if I don't do something about it now. 

I watched briefly as my boss explained what he thought he'd done and something jumped out at me - the detective work here did impress him in the end, helped perhaps by the fact he was already somewhat placated by the fact I have backups occurring every two hours so the information he thought he'd lost was pretty simple to recover.

After entering a diary note against a sales lead he was working, he "just saved then clicked yes to confirm the save and close"....

Now that's strange, because you shouldn't have to confirm the save if you click on save - that would be just silly. You would only have to confirm the save, if you clicked on "close" and had made some changes that maybe, ought to be saved.

So I watched....

"Yeh, I just entered the notes in here the clicked here to save them and close" - I watched as he moved the mouse up to the "Save and Close" button and double clicked it....



Wait!  You double clicked....

Here's what it looked like when you close the diary screen....




So, directly under the "Save and Close" button, as "design" would have it, is a delete button. (At least when the screens are maximised.)

Now as I said, firstly there is no need to double click a toolbar button in any Windows system I've ever used, but, it does seem to be a common misconception.....and I have worked hard to have a very well worded, "are you sure" message, with RED text, and "no" as the default choice. We do however try to live by one other little golden rule here - use message boxes as a last resort. Try to design so you don't need them, and try not to build rude software the continually interrupts the user with such dialog.

We use message boxes sparingly and even then, they don't get read!

So now, I have to set about redesigning this scenario.

It appears far harder than it should to simply capture/handle the double click event on the toolbar buttons of the standard Toolstrip control in .Net. (At least not when you also want to handle the click event.)

Do I just move the delete button somewhere else - it is probably ironic that it lines up so perfectly with the save and close button on all our standard summary and edit screens (especially when they are all full screen size). Do I work harder on fixing the actually response to a double click on a toolbar button, of can I just step back in time, and blame the dumb user?

I think I'll sleep on this one....

No comments:

Post a Comment