vote up 142 vote down star
157

I often use applications and electronic devices for which I think: "Why on earth did they engineer that thing as it is? They must have known that it is a pain in the neck to work with".

On the other hand I often observed that I created a (G)UI that I was convinced about, that it'd delight my customers and was a breeze to work with. Although my customers thought that too, it became obvious that it wasn't at all easy to work with in day-to-day work.

Because of that I believe that there are many developers and designers out there who are genuinely convinced that their product has the perfect user interface, but it hasn't!

That's why I wrote this question: To collect some of the common misconceptions developers have about user interfaces and to prevent other developers (including me) from making the same mistakes.

  • What annoys you most in user interfaces of applications, web sites, electronic devices, etc?
  • What was it that you were convinced would be a great idea—but in the end only annoyed your customers?

EDIT: Please write only one thing per answer so that readers who agree with a certain misconceptions can upvote it separatly from things they don't agree with. As with all soft facts there tend to be controversial opinions. If you put two or more things in a single answer, one might agree with one but not with the others. So please use a separate answer for every separate aspect.

EDIT 2: Please don't write answers about a single application which annoyed you but about concepts and patterns which can be found in many applications and/or devices.

EDIT 3: Thank you for all the feedback. I'll frequently visit this question whenever I think about some new UI feature :)

flag
3  
My question is not about the worst web usability error. Admitted, they are some similarities but in my opinion this surely is not an exact duplicate. For example this is not about the WORST UI experience, but about COMMON user interface patterns, which are common and sometimes even believed to be good, but in fact are not. – DR Jun 18 at 13:51
1  
Sorry: I meant "about COMMON bad user interface patterns" – DR Jun 18 at 13:52
2  
I'm depressed by how UIs in consumer electronics have declined. Menus and pushbuttons have replaced dials and switches, and people put up with it for the extra features and lower cost. TVs, stereos, cameras, etc. I actually see people passing the remotes to other people when they used to be willing to kill to keep it. – Nosredna Jun 18 at 21:49
show 2 more comments

152 Answers

vote up 3 vote down

Not allowing the plus sign in email addresses.

link|flag
show 3 more comments
vote up 6 vote down

Any application that looks/behaves radically different than the OS it is targeted for (this is usually a non-issue for the Macintosh folks).

link|flag
1  
A NON ISSUE? are you insane? I wonder in what meeting Microsoft decided that what mac uses would really love is an application that behaves like a Windows app and has the Windows accelerator keys? – Alex Brown Jun 18 at 23:59
2  
That was probably a more difficult than we realize, because they had to juggle between Mac users who want to use Office, and Office users who want to use Macs. Both have a different set of expectations. – Jeremy Frey Jun 20 at 22:32
show 1 more comment
vote up 12 vote down

That people read the text on modal dialog boxes.

link|flag
vote up 2 vote down

I have a very simple approach nowadays. I give the site to my girlfriend and I tell her to have a go. She's not very Internet, or even computer, savvy. I basically just stand behind her and watch what she's doing.

I offer no advice and at times it's all I can do to just stand there and say nothing.

The upshot of the exercise is that I can see the holes in my design that I need to either plug or rewrite.

link|flag
vote up 56 vote down

Text input fields that force the user to input the data the way the computer stores it, not allowing for the way humans conceptualize or see the data.

Enter your credit card number. NO SPACES OR DASHES!

It takes, what, one line of PHP/Python/ASP code to strip out all the non-digits?

Related: The English-centric view that every person has exactly one first name and one last name.

link|flag
11  
The English-centric view that dates have to be written like this: 06/19/2009. What's even worse, a lot of sites and applications give you no clues as to the correct date format. – alex Jun 19 at 13:16
16  
More specifically, it's an America-centric view. The English write that date as 19/6/2009. – Barry Brown Jun 19 at 17:02
4  
So does the rest of Europe (most of them, at least). – ldigas Jun 20 at 18:25
16  
I never understood the american point of view in putting the month, then the day (most often changing) and then the year (not changing that often). – ldigas Jun 20 at 18:25
3  
@Idigas: An american explained it to me as related to how they say days, "June 30th, 2009". Still, it's not a great reason. – Jeff Yates Jun 30 at 21:33
show 9 more comments
vote up 13 vote down

Running a maintenance task during system start-up.

I never re-start my computer unless I am already pissed off (it's a mac, it sleeps well). I certainly don't have time for disk scans, dialogue boxes, update dialogues etc.

If I re-start it twice in 5 minutes, that means I'm really really pissed off - do you think I welcome your application taking 30 seconds to do something I don't care about, and do it even if I remember to press shift (don't do normal startup maintenance)? What gives you the frakkin right?

Why don't you run them when you know I don't care, like just before automatic sleep, or at 4am in the morning?

link|flag
vote up 14 vote down

Non-sizable dialog boxes. I can't stand trying to find a file in a dialog that is a few inches square and can not be re-sized. VSS has a lot of these.

Web pages that require me to re-enter data because some other entry validation failed (password, captcha).

link|flag
vote up 5 vote down

Remote controls where the up, down, left and right arrows do not stand out from the other buttons and the button at the center of the arrows is not enter.

link|flag
show 1 more comment
vote up 2 vote down

That people know the difference between an option and a preference.

link|flag
vote up 0 vote down

When I was on Windows. Each time you install a new program it asks and prompts you to install their toolbar in Internet Explorer.

If I wanted their toolbar I would have added it myself. I hate browsers cluttered with crap they don't use. While I do have eBay companion on Firefox at least you can turn it off.

link|flag
vote up 5 vote down

Restricting passwords to a MAXIMUM (not minimum!) length and to alphanumeric characters.

Whiskey. Tango. Foxtrot.

link|flag
show 1 more comment
vote up 142 vote down

I cringe whenever I see an error message like this:

If you continue to experience difficulties with this application, please see your system administrator.

At that point I start shaking my fist at the computer and the unseen developer. "I am the system administrator and I have no <bleep>ing clue what's going on!"

link|flag
34  
I wish I could +100 this! – Martin Jun 19 at 15:20
7  
"...and ask him to install a different application for you instead." – Nathan Long Jul 1 at 13:19
2  
+1, but you've just taken me on a guilt trip for all the message boxes I've written in the past few months. – Gavin Schultz Aug 5 at 9:45
1  
I put this into my exception messages all the time. I'll translate it for the non-developers out there. Basically it means "Sorry, you've encountered an error that I expected might happen but havent had time to deal with yet. This obscure and meaningless error message should buy me some time to write a fix whilst you flounder around helplessly not knowing who to blame. kthx bye." – Alex Oct 10 at 20:59
show 3 more comments
vote up 1 vote down

JavaScript errors. Enough said.

link|flag
vote up 19 vote down

Web sites that don't allow you to hit the back button.

Even worse, pop up a message with "Don't go!" as I'm about to leave your site.

link|flag
show 2 more comments
vote up -1 vote down

Microsoft popup balloons (e.g. "Your system may be at risk"). Norton's worthless ads, installed by the manufacturer. Clippy. Worthless names for programs under KDE. How about an English translation of what your poorly named program actually does?

link|flag
show 2 more comments
vote up 2 vote down

Any application that does not conserve the setting for load/saving files, and/or that does allow to define a default directory.

link|flag
show 1 more comment
vote up 17 vote down

Inconsistency. Seriously, in the long run it doesn't matter if any meaningful operation takes eight mouse clicks or keystrokes. As long as these mouse clicks and key strokes follow a consistent pattern, a user will automatically memorise them.

One "feature" that egregiously violated this was Microsoft's idea of menus that would reorder themselves to show the most often-used ones at the top. It made it impossible to select "third menu from the left, first option" and know it was eg "Transflutinate Founts". You had to visually inspect the menu each time to make sure you selected the right option, breaking your concentration.

If you are serious about user interface design, I highly recommend Jef Raskin's The Humane Interface.

link|flag
vote up 0 vote down

Nag screens telling the user when updates are available. Mac OS X handles this nicely by having a bobbing icon when updates are available - I wish applications like WinAmp and iTunes had a more subtle means of notifying me that updates are available instead of a pop up!.

link|flag
vote up 4 vote down

Most users do not understand what the Apply button does. When users want to close a form that contains:

[  OK  ]  [Cancel]  [ Apply]

They always hit Apply, and then OK. Nobody seems to appreciate that:

  • Apply: saves the stuff on the form
  • OK: saves and closes the form

So, as a form designer: get rid of the Apply button. It only serves to confuse your users.


Unless: your software can actually react to Apply button, the user can see the effects, and hit Cancel if they don't like them. In which case Apply doesn't permananetly save changes, but is more of a preview. Since nobody writes code to handle this (not even me): take out the Apply button.

link|flag
5  
Don't you think it's sometimes useful to save without closing ? I happen to use it quite often. – Brann Jun 19 at 16:09
1  
If "Apply" means save, what does the app do if you hit Apply then Cancel? To me, Apply means "try these settings before I save them so I can decide if they are going to work." (Hopefully, the app is written so that I can see the effects of the setting before getting out of the dialog box.) – Barry Brown Jun 20 at 17:51
show 16 more comments
vote up 2 vote down

The tabs feature in Internet Explorer 8. It takes me a disgusting amount of time to figure out which tab is the active one. There should be clear differentiation between the active and unactive tabs.

link|flag
show 2 more comments
vote up 1 vote down

Developers overestimating the skill set of their intended audience. I saw an accounting program at a business I once worked for that took the accountant a week to teach a qualified book-keeper how to use this specific program. While it wasn't really this hard. The program was very limited and not that easy to use.

link|flag
show 1 more comment
vote up 6 vote down

That there should be only one way to do a given task.

It may take more design and testing effort, but having multiple UI paths for a single task:

  1. Allows less-savvy users to operate without reading the manual while allowing power users to get work done efficiently

  2. Provides alternatives when users can't figure out how to use a feature, or a feature breaks

link|flag
1  
+1 A conceptual separation between task and ui path is good design anyway. Multiple ui paths have many pluses, but easing the learning curve without requiring jumping through hoops every time for an experienced user is priceless. – David Berger Jun 19 at 16:47
vote up 8 vote down

My biggest gripe that hasn't been mentioned is the tiny-window infatuation many operating systems suffer from -- but Microsoft is definitely the worst.

For example, consider for instance most configuration screens under XP -- such as IE's internet settings / advanced tab. This window is small, contains a very long list, and is not resizable.

It is by no means the worst example, often people make the window unresizable and thinner than the table of data they present inside of it.

Don't make your windows unresizable if they contain a list. Don't make your windows small when they are important. (Sorry if that's two things).

link|flag
1  
There's a caveat to this that I've run into with Ubuntu: Don't make your options box taller then the screen resolution will handle. I have it running in a VM with a screen height of a bit over 700, and I'll run into dialog/options boxes where the 'OK/Cancel/Go_Away' buttons can't be gotten at. At all. – CoderTao Nov 13 at 18:45
show 1 more comment
vote up 3 vote down

Web pages that disable the browser's back button, because why would you ever need to see another site after visiting the ONE TRUE web-site with all the answers?

link|flag
1  
Technically no. For practical purposes, yes. You just add some script to the onUnload event of the page to interfere with the user trying to leave your site. See #1 on this page for details on what I am referring to: useit.com/alertbox/990530.html – JohnFx Jun 25 at 14:30
show 1 more comment
vote up 9 vote down

Using the standard dialog buttons from the MessageBox class instead of meaningful ones out of laziness.

What is your Gender?

Click Yes for Male, No for Female, Cancel for Unknown.

[Yes] [No] [Cancel]

link|flag
1  
Cancel (or look below for answer :-) – ldigas Jun 20 at 18:20
2  
If you think of it as a Bit value instead of a Boolean it gets much easier. The digits 0 and 1 just happen to be quite yonic and phallic respectively. =) – JohnFx Jun 29 at 19:05
show 3 more comments
vote up 2 vote down

I think the biggest is that a programmer EVER knows how to code a GUI. No single person really knows the best way to program every GUI.

A good GUI is a combination of a programmer who knows what can be done and a user who knows what they want to do. From there it's iterative.

I get really nervous when I hear someone say they are a "GUI Specialist" and can define some arbitrary GUI without additional input.

The best GUIs I've done have been in collaboration with either Customer Support or QA. Once they have taught me the entire process they go through, I can make it quite simple to do by thinking from their point of view.

I've even coded a GUI based on a manual. As the Support person described how the device worked to me, he kept referring to a group of abstract pictures in the manual. They had already spent a lot of time figuring out the best way to present the information, so I just took 10 near identical pictures and combined them into a single "Live" image that would mutate depending on options selected.

We got a contract to provide all the DSUs (like a modem for a T1 line) for Microsoft's MSN network because of that project.

link|flag
vote up 13 vote down

Forcing the user to answer questions that they have no possible way of answering with any authority.

Saving Your Document...
Do you want to use Big-Endian byte ordering (Y/N)?
What Unicode variant do you want (UTF-8,UTF-16)

Adding Circle to drawing...
Use euclidean geometry to render the radical co-efficient?

link|flag
6  
Reminds me of Raymond Chen's post, "In order to demonstrate our superior intellect, we will now ask you a question you cannot answer." blogs.msdn.com/oldnewthing/archive/… – Joe White Jun 20 at 21:57
3  
Got a call from my sister the other day about a funny error message she got from her word processor: "This document has inconsistent line endings. Please select the line endings you'd like to render: {dropdown box containing [CR-LF], [LF], [CR] }" – Juliet Jul 7 at 14:24
show 2 more comments
vote up 7 vote down

Windows that don't close when you click the close button.

Yes, this even goes for you main windows out there. I don't care how tray-bound or utility-like your application is.

link|flag
show 1 more comment
vote up 1 vote down

My biggest gripe is Websites and even some applications that completely ignore OS DPI settings. Sorry but that 8 pixel fixed font doesn't cut it on a 1920x1200 15" laptop screen.

The otherwise fine phpED program can't alter the size of menu and dialog fonts. What the ...? It seems whatever library/framework they've chosen has fixed that on OS DPI.

Even the otherwise good Chrome browser, which does have a Webpage zoom at least, can't set the default zoom level. You have to zoom on every page you open. It's annoying and stupid and the Web is full of threads complaining about it. It'd be so easy to fix too.

And no changing the default font size on a browser is not good enough. Most Websites can't handle that and if you're actually designing those pages you have to do it at default settings.

link|flag
vote up 15 vote down

Opening a browser window after I uninstall a program.

"No, it was nothing personal, really - I just don't need this program anymore. If I don't want your program installed, I certainly don't want a browser window opened to load your web page asking me to fill in a survey."

link|flag
show 2 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.