vote up 198 vote down star
176

What is the worst user interface you've ever had to use? One that made you want to somehow locate the creators over the internet, personally fly to their location, and then beat them severely with a large trout.

What made it so terrible? Was it too many screens, ill-marked buttons, or just really annoying dialog boxes showing up everywhere? Screenshots are a plus.

Related question: Best UI Ever

flag
4  
@Alan Hensel : you are right. Except for Lotus Notes (for the mail client GUI aspect). You can not get used to it. And it does suck. Big time... – VonC Oct 26 '08 at 18:53
27  
+1 for most appropriate use of trout I've seen all day. – Ben Blank Feb 25 at 0:33
4  
Not quite a dupe, but related at least stackoverflow.com/questions/238177/… – Brandon May 28 at 15:40
2  
I wonder how long will this question will survive before it either has to be (a) closed or (b) renamed "Every UI You’ve Ever Used"? – tardate Sep 1 at 10:40
5  
This is VERY programing related. Every programmer should learn how to make usable interfaces. The best program ever written is nothing if nobody can use it. – The Disintegrator Sep 3 at 2:07
show 13 more comments

220 Answers

prev 1 4 5 6 7 8 next
vote up 1 vote down

How about clicking on "start" to end a Windows session?

link|flag
2  
Are you sure, because I'm using Vista and with Aero turned off I still have a "Start" button... and I also have 9 widgets within the menu to sleep, lock, switch user, log off, lock again, restart, sleep again, hibernate, or shut down. – John Cromartie May 28 at 15:56
3  
this is an old, tired rant. I hate microsoft enough as anyone else but it's not really that huge of a travesty. it's funny and it's ironic to be sure, but at the end of the day you're complaining that a button should say "system-wide functions and services are here" rather than "start". <shrug> – Bryan Oakley May 28 at 16:29
1  
or the fact that, in XP's default configuration, the first thing you CAN click in the start menu is "Shut Down..." – A. Scagnelli May 28 at 16:39
show 2 more comments
vote up 1 vote down

I have to say that in over 30 years of using computers, Clarity has by far the worst interface ever. Clearly the designers never actually tried to use what they came up with. Discussions take too long to load (and you can only see one message at a time, so useful for a project that takes months or weeks), so people don't bother with them, instead they send emails, so details of actual decision are not documented in a project. There is literaly no way to see what project you are in half the time (especially if you come inthrough an email link) and no way to sort by client (or even see what client the project belongs to on most screens) or put something on hold and on and on. Every task takes a ridiculous number of keystrokes to perform and simple things that should be availble to anyone involved in a project aren't. Designers clearly never actually tried to manage multiple projects from this thing. Thank you for letting me vent.

link|flag
vote up 10 vote down

My interface feature pet peeves are:

  • Straying too far from the style of the environment you're developing for, i.e. Apple software on Windows.

  • Don't alienate existing users by completely changing your interface paradigms between versions! i.e. Microsoft Office.

  • If your software requires a 50 page manual just to explain the lexicon of the subject your software covers, it's too complex. The learning curve should be shallow for the target audience. If the end user has to apply any different concepts than they already understand for their everyday job, then they should be as simple to understand as possible. Don't make them have to learn to do their job completely differently to understand your software. In fact, if at all possible, don't even make them think!

  • Why don't installers follow the same design concept as other software? I don't understand them and no matter how much reading I do on them I just don't seem to get it. Why am I limited to template forms, and why are they such a pain in the a$$ to build? I should be able to write forms (a la C#) and insert them into the workflow just like I can on any regular C# application. Is this one of those concepts you either understand or don't? like pointers/recursion? A build script is similar - written in XML... consequently I just don't understand this whole genre of software. How can you build a piece of software from essentially a database? So I guess this whole genre of software comes under my software design pet peeves. WiX, InstallShield, Windows Installer, Wise, InstallAnywhere... All the tools out there for this appear to try and renovate the same concept in the same but slightly more useful way. Someone needs to completely renovate the entire underlying concept to something more dynamic and intuitive.

  • Web Interfaces - Use the label's "for" attribute to tie labels to their respective controls so that when I click on the label, the cursor is put in the control.

  • Use the correct tab indexing so that I can tab through fields in the right order. There's nothing worse than tabbing to the next field to find you're not in the field you should be.

  • Don't use auto-postback on fields that don't require auto-postback, there's nothing worse than having to wait to fill in the next field. Use AJAX if you need dynamic fields!

  • Don't automatically assume I want your software run at startup or put in the task tray, ask me and I will choose if I want that or not!

  • xkcd - I love xkcd, but the tooltip picture title never shows long enough to read it, and when I mouse back over the picture it won't come back unless I click on a different window first. Usually I have to view source to read the whole thing!

  • StackOverflow pet peeve - when I click on a link it doesn't open in a new tab/window. It takes me off to the new page, then I can never remember which window had StackOverflow in so it takes me a minute to get back to the question I linked from! I have to remember to right click the link and select open in new tab/window.

  • Outlook Web Access for Exchange 2003 - The change font drop down never seems to work, I have to fiddle with it for ages to get it to select the font I want. And then sometimes, it seems to change the font through some combination of keystrokes I have no idea of and then I can't put it back because it won't let me select any of the fonts in the drop down as it keeps flicking back to the currently selected one!

link|flag
2  
re: XKCD, that's your browser misbehaving. FF3 works fine. re: SO not opening links in tabs, you can ctrl+click to open a link in a new tab (in IE, FF, and I think chrome). You can also middle click to do the same, but I don't know if support for that varies between browsers. I like your other points though. – rmeador May 28 at 18:15
7  
I can't stand the opposite of your StackOverflow pet peeve - when the developers don't want me to leave their precious page, so they open links in new windows/tabs for me. Let me control when to open new tabs. By the way - control or command click, in addition to middle mouse click, will open up a new tab. – Hooray Im Helping May 28 at 18:17
1  
"Web Interfaces - Use the label's "for" attribute to tie labels to their respective controls so that when I click on the label, the cursor is put in the control." You know that's for accessibility, right? – Gromer May 28 at 20:00
1  
@Gromer: Yes, I know it's for accessibility, but it's good practice to use it for those that need accessibility options on your site. It peeves me when it's not used, it takes next to nothing to use it and makes your site so much more... accessible. – BenAlabaster May 28 at 20:14
show 5 more comments
vote up 1 vote down

A graphical programming environment with barely any interactivity: like visually laid-out flowcharts with no ability to rearrange or connect or disconnect nodes in the graph using the mouse.

link|flag
vote up 34 vote down

Any web page with highlighted words that you mouse-over and a popup wants to redirect you. Most of the time the highlighted words have no relevance whatsoever to the story you are reading or are redirects to advertising.

link|flag
1  
i would upvote this ten times if i could – Kris May 28 at 16:14
1  
almost every browser handles these terribly, since they're usually image-heavy. my computer slows to a crawl every time i accidentally hover over one. using a page with one of these is like playing a bad version of minesweeper. – A. Scagnelli May 28 at 16:33
show 2 more comments
vote up 5 vote down
  • Double clicking on a word sends you to another page even if the work is not a link. It's killing me since I'm always double clicking randomly while reading a page. I know, I have issues...

  • Text on a web page that is disabled and not selectable. Why can't I select the text???

  • Mouse right click displaying "No right click on this page!"

  • Links opening in new windows without warning me

link|flag
2  
I thought I was the only one who clicks around randomly in text I'm reading. +1 – Pim Jager May 28 at 17:11
show 3 more comments
vote up 1 vote down

In the second version of a popular football game for the PC, there was no room to add another interface piece, so the decision was made that you'd get a detail menu by DOUBLE-CLICKING on a radio button!

Obviously no one would ever find it on their own, so the instructions had to tell you how find the menu.

link|flag
vote up 27 vote down

Unhelpful dialogue boxes:

Ok! Ok!

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

Disabling right-click on a web page. Especially when coupled with a javascript alert to tell you it's been disabled.

link|flag
2  
And often it's to protect the 'source code' of the page. It's 2009, I'll see it if I want to - even if I have to dump the HTTP packets. – paulbeesley Jun 1 at 19:04
show 1 more comment
vote up 27 vote down

Forms that clear all the inputs when there was a minor validation problem in one of them

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

Basically any program that overrides standard keyboard shortcuts like command+C and command+V for copy/paste (or in the windows world when control+insert doesn't copy or shift+insert doesn't paste it really ticks me off).

link|flag
vote up 9 vote down

Anything found in Lotus Notes.

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

The product recall search of cpsc.gov.

Horrid. They know it's confusing but have improperly compensated by using color instead of layout.

link|flag
vote up 2 vote down

My favorite is when itunes renders all the text labels on top of each other after any type of session restore (lock, sleep and especially hibernate) or when it renders the entire window black

The fact that the Express edition of SQL Server doesn't come with any real UI besides VS which I suppose reflects it's market a little but they have released an express edition of Managemnt Studio, why they dont ship with that I don't know

The Office Assistant, any place at all where Microsoft Agent is used, especially when it's used as an ActiveX control on a web site.

The Safari preferences UI on windows doesn't have an OK button, I am aware that simply closing the window constitutes a save on OS X but when I'm on windows it's disconceting to use the close button on a dialog when not abandoning changes. The annoying growing / shrinkinhg animation on that dialog when you change tabs

Synergy, aweful aweful buttons and background colours, reminds me of VCL buttons a.k.a. Botland buttons. Windows media player 7 8 9 and 11 when used on vista, the massive overuse of Aero glass in that UI Infinite loops in Access when trying to close a form and you havent filled in a required feild with an input mask your unsure of

Small footprint mode in Task Manager

link|flag
vote up 2 vote down

Without a doubt for me it's the "are you sure you want to exit" popup that some apps seem to insist on displaying. 99.99999% of the time I'm certain I want to exit, yet 100% of the time I have to respond to this dialog.

Fortunately not too many apps do this, but when I encounter one it drives me up the wall.

link|flag
vote up 3 vote down

Web pages that "cleverly" turn off the right click (in a purported effort to prevent users from saving/copying information or images).

Grrrr...oss!

link|flag
vote up 13 vote down

Annoying being the keyword...

MS Office's Clippy

link|flag
4  
How about "Click here to watch Clippy die in a hail of bullets, and never start again." – GalacticCowboy May 28 at 18:15
show 2 more comments
vote up 19 vote down
  1. Automatically putting focus on the "user-name" field of a login form. I can't tell you how many times I entered part of my password in the "user-name" field just because I didn't want to wait for the page to finish loading.

  2. Flash websites. They're slow, annoying with all the animation, and you can't right-click / "open in new tab" the hyperlinks.

link|flag
vote up 2 vote down

Go to http://www.gazza.com.na/, enter the site, and check out the navigation menu at the top: every item opens a single subitem that is identical to itself. Not so much annoying as puzzling and pointless, that one.

On the other hand, Gazza is a sweet musician, in my opinion. So all is forgiven.

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

Personalized Menus. You know, the ones where menu options are hidden because you don't use them very often, and then you have to completely open up the menu to get to the other options.

I remember where things are in relation to other things (by proximity), so when a program hides menu options, I get lost.

Also, multi-row tabs, where you click on a tab in the middle row, and suddenly all of the tabs are shuffled around. Now I have to read all the tabs again. In general, I don't like it when programs move things around. I like them to stay in one place where I can remember where they are.

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

Too many options. For example, Windows Start > Log Off / Shut Down / Hybernate / Sleep / Lock

Also, dialog boxes that won't let you focus/ALT-TAB anything else.

link|flag
1  
One of my favourite Joel posts, though I don't necessarily agree 100%. In any case, there is definitely no need for more than 4 options. Sleep/Hibernate are basically the same, as are Log Off/Lock. – DisgruntledGoat Oct 20 at 20:14
show 1 more comment
vote up 1 vote down

Wizards where there is a direct link or a phone number to get me what I need.

alt text

link|flag
vote up 5 vote down
  • drop-down menus that go more than two levels deep, and have a short timeout to close - so you have to try and select the option 5 times before getting it right.

  • excessive use of modal windows in a web app.

link|flag
2  
I think ANY use of modal windows in a web app counts. – Daniel Straight May 28 at 17:13
vote up 3 vote down

See just about anything Bruce Tognazzini has been writing about for aeons, my (least) favorite is applications that steal focus.

link|flag
vote up 0 vote down

The unanchored multi-select used by iTunes is ridiculous. If you hit Shift-Down to select multiple items, pressing up will expand the selection from the top rather than shrinking the list from the bottom. You then have to start over or use the mouse to fix your selection.

link|flag
vote up 9 vote down

Any web page that starts playing music or video without me explicitly clicking something to do so... I am IMMEDIATELY out of there and never coming back.

link|flag
vote up 1 vote down

"Controlled Single Document Interface"

See: http://library.gnome.org/devel/hig-book/stable/windows-primary.html.en#csdi

Also see: GIMP, http://www.gimp.org/screenshots/

Instead of menus and toolbars and such, we'll just stick entirely separate windows all over your desktop! Who wouldn't want that?

link|flag
show 1 more comment
vote up 1 vote down
  • Javascript hyperlinks which you can't open in a new tab.

  • Websites where the pages gets dynamically shifting URL:s which you cannot bookmark or link to, but have to link to the main page and describe the sequence of clicks....

link|flag
vote up 1 vote down

Most annoying feature I've seen was in an old simulation language (Simscript I believe) if you typed:

c:> simscript /?

The response from the program would be:

Enter simscript /h for help

No other missed command line would do that, just the '?'. It new what I wanted but refused to give it to me.

link|flag
vote up 1 vote down

javascript dropdown menus that goes horizontal first then vertical. You need gamer mouse accuracy to follow the thin horizontal line to get to your selection.

Also radio buttons/checkboxes that would not allow you to click on text to toggle. This is because some clever programmer decided that it wasn't cool so they juxtaposed a label next to the actual button

link|flag
prev 1 4 5 6 7 8 next

Your Answer

Get an OpenID
or

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