These guys have been annoying me for a while, and in a sudden flash of insight I remembered what they are called: modal windows, i.e. windows that hog the focus and that you must interact with and dismiss before you can use the rest of the UI again. These are almost never the right thing.
The use case in which modal windows tend to irritate me most is when I need to configure a program using one part of the UI based on information presented in another part of the UI. What I’d like to do in this situation is put both these parts of the UI on the screen side by side, so that I don’t have to constantly switch back and forth. If the part I’m using to configure is modal, this is annoying; if the part I’m consulting while configuring is modal, it’s impossible. The use of modal windows slows down such a task by about an order of magnitude.
A frequent offender is IntelliJ IDEA, an otherwise excellent IDE. Restricting the user’s flexibility in the UI in this way is particularly inappropriate in a product whose users are (by definition) developers. Grrr. IDEA is also bad about stealing the focus from other applications with largely irrelevant windows indicating the progress of background processing tasks, at least under GNOME.
