vote up 45 vote down star
18

The Principle of Least Astonishment suggests that a system should operate as a user would expect it to, as much as possible. In other words, it should never "astonish" the user with unexpected behavior.

In your experience as the "astonishee," what types of systems are the worst offenders, and if you were the project manager, how would you correct the problem?

Bonus if your answer describes how you'd retrain the developers!

flag
2  
The ProgNazis or WikiNazis have struck again. I'll through an upvote in to help out. – Lance Roberts Oct 25 '08 at 5:26
2  
upvote to balance nazis that don't understand what's the social aspect of this site. – Terminus Oct 25 '08 at 19:23
6  
As fun questions go I'll be damned if I didn't laugh at the title :P – annakata Feb 26 at 22:24
show 7 more comments

68 Answers

1 2 3 next
vote up 27 vote down check

There are some applications out there that can't seem to stick to the OK-Cancel-Apply rules. Once you realize that pressing OK didn't save your changes, it throws your whole system of beliefs into question. I've watched as people press apply and then OK in my apps, and have told them they don't need to do that. They assure me that's not the case.

link|flag
1  
Guilty. But, it wasn't my fault. There was one dialog where the [apply] button could not be made to work without re-architecting the system. I wanted to take the button out, but the decision was made to leave it in for the sake of consistency across dialogs. Ugh! – Ferruccio Oct 25 '08 at 11:39
2  
Who's fault was it that making a single button work as expected required re-architecting the system? – Erik Nov 6 '08 at 19:20
23  
I must say that I prefer buttons that say what they do (e.g. [Save and quit]. [OK] frequently is ambiguous. – Accipitridae May 9 at 8:59
2  
@Ferruccio that's awesome so you left a button for the sake of consistency even though it wasn't working as expected. That's classic :) – dr. evil May 18 at 19:56
show 3 more comments
vote up 82 vote down

The original Macintosh computer did not have a button to eject the diskette. Instead, you were supposed to ... drag the diskette's icon to the trash.

link|flag
1  
Ohhhhh ... drag the icon to the trash. Never mind. :-) – Adam Liss Oct 28 '08 at 4:27
4  
I always thought this was hilarious. Thankfully in OSX the trash changes to the 'eject disk' icon as soon as you start dragging a disk (and more importantly, all the disks have eject icons next to them in the finder), so it's less ridiculous – Orion Edwards Nov 6 '08 at 20:10
5  
No less ridiculous that your DESKTOP would have a stinking TRASH CAN on it. – Genericrich Feb 10 at 1:12
show 8 more comments
vote up 64 vote down

Hijacked focus — an astonishing misuse of multithreading.

iTunes is an example. I close iTunes and start typing in another program. After a delay, iTunes puts up a little window that says "Saving iTunes library." Besides being totally pointless, it steals the focus from what I'm doing. So in frustration I press Alt+Tab to get back to what I was doing. But if the offending window has disappeared in the meantime, then I actually Alt+Tab away from the window I want, meaning that at this point one or two more Alt+Tabs are required to get back, but you can't tell, because iTunes is now completely invisible... and so on, ad nauseam.

It's even worse when the window that pops up presents a dialog with a choice, and keyboard shortcuts, because I can inadvertently select something I didn't want, or indeed know that I'd chosen.

link|flag
2  
I absolutely hate this. I have the same thing happen with ZoneAlarm regularily and more often than not I deny some program web access which means something (usually an install) stops working. – Makis Jun 2 at 14:03
show 1 more comment
vote up 63 vote down

I found this cool community-driven website once. I went to sign up, but it wouldn't let me, instead demanding that I go off and get something called an OpenID.

I left, completely baffled.

link|flag
5  
well actually i heard about openid a long time ago, and saw all those openid enabled sites. but I always said "who cares". But when i really needed an openid for this site, I was "astonished" i had one already – Midhat Oct 25 '08 at 16:47
7  
I like the use of opnenid - it is a step in the right direction. – Hrvoje Prgeša Dec 16 '08 at 16:42
8  
I disagree. OpenID is great. – Ctrl Alt D-1337 Feb 10 at 1:20
5  
No. StackOverflow is good enough in other ways to cancel out their bad decision making process in regards to OpenID. – Jason Kester Feb 27 at 18:11
4  
I'm astonished that in 2009 so many sites still want me to create a new account, enter all my details, create and manage a unique password and trust that they've implemented the site securely to keep all that stuff safe. Single sign on isn't exactly a new concept... – Luke Quinane May 15 at 10:33
show 9 more comments
vote up 59 vote down

Having to press Start to stop the computer. Then having to choose Shut Down to restart or put it to sleep.

It's so common place we don't realize how astonishing it is.

link|flag
5  
that one is really getting old. See it as starting the process of shutting down. – Hugo Nov 6 '08 at 19:16
4  
Any control can be described as "starting" a process making the "Start" label useless for answering "what button do I push to turn the computer off"?. Any UI defense of the form "the user should" [see it as starting...] is a red flag. You can't control how the user thinks (but you can train them) – Schwern Nov 6 '08 at 22:11
1  
In every store in the world, just before closing, some assistant manager tells a clerk, "I'm gonna start closing up" – James Curran Dec 16 '08 at 15:36
1  
The tooltip in Vista still says "Start"... ;-) – Richard E Dec 16 '08 at 16:48
show 3 more comments
vote up 52 vote down

Outlook takes Ctr-F to mean forward rather than find as all other Microsoft applications do. (F4 is find in Outlook).

link|flag
4  
Long answer: This is for backward compatibility with older versions of mail applications used inside MS through the years: Xenix mail, MS Mail, and the Exchange client used Ctrl-F . Short answer: BillG was astonished when Ctrl-F didn't forward mail. – Ants Feb 10 at 1:00
4  
Do you have to write it M$? – Lucas Jones May 18 at 20:02
1  
After all find is not Alt+F4. – bayer Jun 2 at 15:28
3  
Agreed, "M$" is kind of lame. If you must express your dislike for Microsoft every time you talk about them, write "Micros~1". After all, that's what their own filesystem thought the company's name should be :D – keysersoze Jun 29 at 19:49
show 3 more comments
vote up 49 vote down

Copying a large set of files in Windows and getting an error part way through. A dialog pops up telling me something failed, then the whole copy operation dies. So which files got copied and which didn't? How am I supposed to recover from this?

Worse is when you do a move.

link|flag
6  
Teracopy is your friend. Makes file operations in Windows actually not totally suck. – garrow Feb 6 at 12:28
show 2 more comments
vote up 41 vote down

Hyperlinks which you can't click unless JavaScript is enabled!

I'm sick of "Prev/Next" links which do nothing if you click on them. I'm sick of "page X of Y" links which mock me for having JavaScript disabled. I'm tired of Web forms with form buttons which don't do anything without JavaScript.

Many times they do this for an "enhanced" experience I don't want embedding tracking information which is unreliable anyway. Yes, it will likely cost the companies more money to develop sites which work fine without JavaScript and I can understand that, but breaking hyperlinks? That's f'ing ridiculous.

link|flag
6  
Javascript is a tool. Telling designers not to use javascript because you don't trust what they do with it is a bit like telling a handyman not to use a hammer because you don't trust what he'll do with it. – Joeri Sebrechts Oct 25 '08 at 14:44
2  
Although I do agree every link should work like real link. Too many links don't let me right-click and select "open in new window". – Joeri Sebrechts Oct 25 '08 at 14:45
1  
@Joeri: I'm not telling designers not to use JavaScript. It's an incredibly useful tool. I'm telling them that the "principle of least astonishment" means that hyperlinks should work regardless of whether or not I have JavaScript enabled. – Ovid Oct 25 '08 at 16:36
10  
Progressive enhancement should be the rule for any web developer. A web app should work on the lowliest of browsers but provide a better experience the more fully featured a browser is. This means things that can only be accomplished with js are left out, but generally the app is better for it. – ahsteele Feb 26 at 22:47
show 7 more comments
vote up 39 vote down

alt text

Well... when an unexpected behavior fails to astonish the user because it does not manage to display itself... that's astonishing ;)

link|flag
1  
At least use the correct font when you fake messageboxes... – KristoferA Oct 25 '08 at 6:27
show 4 more comments
vote up 36 vote down

In Windows XP, when you connect to a wireless network that's password protected, you have to enter the password into a password field, so you can't see what you're actually typing (very fun when entering a 26 digit hex password for a WEP network.) Then, to make things even worse, you have to enter the same password again! Why do I have to do this twice??? I'm entering a password, not changing it!!!

link|flag
4  
I've pondered the same question. I think a programmer was blindly following a design pattern for consistency. Oh, and it's a little-known fact that "XP" stands for "eXtra Password" -- astonishing, no? – Adam Liss Oct 26 '08 at 6:47
3  
+1 for "eXtra Password". We need more general silliness. – Electrons_Ahoy Nov 6 '08 at 19:23
6  
Thinking about this some more: you need to enter it twice BECAUSE IT'S OBSCURED. Since you can't see what you're typing, it's, um, easier to type it twice and get a "mismatch" error, rather than type it once and get an "invalid" error. Yah. Of course. – Adam Liss Dec 29 '08 at 4:52
7  
What I do is type it into Notepad first, then paste it twice. But it's stupid that you have to do this. Why can't there be an "unobscure this text!" button? – Kyralessa Feb 10 at 2:10
show 5 more comments
vote up 29 vote down

The entire OS X UI. I see an Excel window, but when I click Opt-S I get an error because Finder was the (INVISIBLE!!!!) active application. Or I click on Firefox in the Dock, and then I can't find my window because I actually had two Ffx windows open and the Dock only shows me the top one. Or I need to move the left edge of a window and I first have to make it smaller, move it, and then make it bigger again. Or when "Maximize" only makes the window as big as the window thinks it should be. Or when I sort by date in Finder and the file I just edited is half-way down the list surrounded by files with week-old dates. Or when I open up finder for the umpteenth time and I have seven skinny columns that I have to resize AGAIN so I can see the whole filename. Or when I look at my clear keyboard full of the crumbs of the person who had the Mac before me and think "Are Apple engineers allowed to eat near their computers? Yuck!" Or when I hit the "End" key and it just shows me the end of the file, without even moving the insertion point. Or when I double-click on the title bar and the damn window disappears instead of getting bigger. (That one isn't really Apple's fault though, it's just my habits.)

Or when I complain about the Mac on the Internet and all the fanboys scurry out of their animation studios to tell me that I clearly don't understand why all of these annoyances are because the Mac is just better.

(I'm not even sure this post is still on-topic, but boy did it feel GOOD!)

link|flag
show 1 more comment
vote up 22 vote down
  • Small windows with text in them which will not resize (Windows mostly).
  • Dialogs which steal focus.
  • Hidden modal dialogs.
  • Having to recompile the kernel in order to do something I thought was going to be simple (like connect to a network, or listen to audio) (Linux mostly).
link|flag
2  
That isn't really astonishing. If you don't have the driver for some hardware, you've got to get it somehow. If you or your distro decided to slim down the kernel by only compiling the most basic stuff, well, then you're going to have issues when you need more capabilities. – Adam Jaskiewicz Dec 17 '08 at 16:12
show 6 more comments
vote up 21 vote down

How about the Windows "Use the web service to find the right program to open this file."

It's bad enough that it's in there, but what makes it so much worse, is that it's the DEFAULT!

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

When attempting to perform a search in Windows explorer under Windows XP you are presented with a dog and a completely broken search feature (a metaphor perhaps?).

You then carefully click your way to enable "proper search", but before you can get to it you have to wait for the dog to turn around and waggle its ass at you.

That is pretty astonishing to me.

link|flag
show 4 more comments
vote up 19 vote down

I can't remember the app, but I'd already spent quite a bit of time entering a lot of information into a form when I accidentally hit the Escape key. The app thought I wanted to cancel my actions and displayed a dialog worded something like: "You are about to cancel this activity. Do you want to continue?"

Would you have pressed the "OK" or "Cancel" button?

Note: the dialog was modal, so copying my work to the clipboard was impossible.

link|flag
1  
To "keep something" means to "keep something you already have". I agree that the message should be worded differently, but there is no ambiguity here. It asks if you want to keep your existing file, or not. – Lasse V. Karlsen Oct 25 '08 at 19:22
show 2 more comments
vote up 19 vote down

Focus-stealing dialog boxes from the non-foreground application. If you're in the middle of typing something you can trigger one of the dialog box buttons before your brain even has a chance to register.

The worst has to be the Windows Automatic Updates background install. Once the updates have finished installing after a non-deterministic period of time, you get a dialog prompting you to restart now or later. The number of times I've accidentally rebooted my machine in the middle of a complex task...

link|flag
4  
gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Windows Update > Re-prompt for restart... > Change setting to Enabled > Change restart time to 1440 minutes (24 hours). Click OK. :) And yes, it's stupid that this isn't the default. – Kyralessa Feb 10 at 2:14
show 2 more comments
vote up 18 vote down

alt text

When your software does have an "unexpected behavior", it is bad enough... But when the developer did not respect a "professional language" policy, it starts to become embarrassing.

As a project leader, I would include in code review the control of all GUI displayed messages, and not just about typos.

Bonus to Olaf (see comments): he has correctly recognized the eclipse CVS dialog Box ;)

link|flag
5  
This is CVS, right? If I remember correctly this is the pserver protocol message when authentication fails. If it succeeds, "I LOVE YOU" (or similar) is sent. This is on par with the "printer on fire" error message – Olaf Oct 25 '08 at 6:40
5  
Just to second Olaf's point: This message does not come from Eclipse, it just takes the existing CVS message and passes it through. – Michael Stum May 27 at 14:21
show 2 more comments
vote up 17 vote down

I only recently learned (on OSNews) that in MS Windows, one can select multiple windows (with CTRL) in the taskbar and have them tiled horizontally or vertically on the screen. I was looking for that feature for a long time (and it was there all the time from Win 95 or so) and I am missing it a lot in Linux (KDE nor Gnome can do this).

So, for me, unadvertised existing features of programs are the most astonishing (on the other hand, bugs aren't).

link|flag
show 5 more comments
vote up 15 vote down

Mysql. Repeatedly.

For example by default string comparison is case-insensitive. Constraints are not enforced by default, even with InnoDB. "Grant all" does not grant all rights and so on...

Yes, Im new to mysql with years of experience of other databases, but mysql forces me to learn "new things" almost every day.

link|flag
vote up 13 vote down

The windows LAN icon in the taskbar is by default nice and visible when you're connected. Let's say you need to disable then re-enable the connection (networks problems, whatever), so you double click it, which brings up a dialog. You disable the connection - and the dialog and the icon disappear. Very annoying. Yes I know you can force it to remain there all the time, but it's a pain when you're working on other people's PCs

link|flag
vote up 13 vote down

The dialog box you get when saving an Excel spreadsheet as a CSV file. It took me nearly 2 years to get used to hitting "No".

link|flag
vote up 13 vote down

When Windows Automatic Update asks if you'd like to restart now or restart later. And then keeps asking every few minutes. I think to most users selecting "Later" means "at a time that I will determine" not "possibly in a few minutes, why don't you check back then?"

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

alt text

Often developers will test their application on their computer, in their environment.

But they might forget to make some tests in a "real" environment, which can leads to... some surprises!

So as a project leader, I would train them to properly setup clean testing configurations, for avoiding having that kind of "System Check" displayed in front of a customer!

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

Poor performance is a huge source of astonishment for me. Applications that become non-responsive on seemingly trivial operations and even slow operating system-level tasks drive me batty.

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

Everytime I open Lotus Notes 6.5 I'm astonished. There's a UI design violation round every corner too numerous to list here.

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

Underlining text on a web page that's not a link. Grrrr.

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

This is an old question, but I'll add my 2 cents anyway.

Even in the latest version of Windows (I've got 64-bit Server 2008 SP2), it's still not possible to drag taskbar items to rearrange them in an order of my choosing. I'm stuck with them in the order in which they opened unless I install an (excellent) third-party app: taskbar shuffle.

Considering the lengths Microsoft go to to allow me to customise every other minute detail of my operating system, it beggars belief that this feature is not yet standard.

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

I was surprised (and annoyed) when an electronic teller wanted me to enter the dollar amount of my transaction before asking which account I wanted to use.

Could've been avoided by asking the developers' parents (or anyone not involved with the project) to use the machine before it went live. I explained the problem to the bank manager, who agreed.

I was further astonished to find that, the very next time I visited that machine, it asked for the account before the dollar amount. I'm guessing the project manager has an account with that bank. :-)

link|flag
vote up 6 vote down

How's this for an error message:

It is now safe to shut down your computer

link|flag
6  
I love the fact that this dialog had a big windows logo above it as if it was a tagline for the OS. "Windows: It is now safe to shut-down your computer." – JohnFx Feb 26 at 22:52
1  
Gee, I always thought it said "It is now safe to turn off your computer." – Carl Camera Mar 26 at 1:01
show 3 more comments
vote up 6 vote down

For a C++ developer, I was most astonished when I ran my program on another machine for the first time. It immediately said:

"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

The application configuration is incorrect? That's funny, I don't remember writing code to show that message box. How do I even begin to diagnose the cause?

It turns out this message means "The Visual C++ runtime DLL is not installed. Please install version 9 of VCREDIST.EXE from microsoft.com or, if you are the developer, link statically to the CRT library."

link|flag
1  
This is a common problem where developers have confused the task of making error messages "user friendly" with the task of removing any hint of technical detail from them. The result is often error messages so generic they are meaningless to developers and users both. – Wedge Feb 10 at 1:29
show 4 more comments
1 2 3 next

Your Answer

Get an OpenID
or

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