Quote:
|
is there any data showing that users don't like the use of that or that they prefer it?
|
You may find
this study of interest.
Also, the following anecdotal data point. The last time I did a detailed site review of a website using cascading menus, I reproduced (with screen shots) a half-dozen distinct UI bugs within 15 minutes of testing. These were things like leaving a menu item high-lighted even though the mouse was long gone, highlighting the wrong menu item, instead of the one the mouse was actually over, leaving a "ghost" menu item image because of a redraw failure, bugs related to failing to handle loss of input focus correctly, and so on. One wonders what users think when they encounter such behavior.
Cascading menus seem like a simple thing to code, but they are in fact quite tedious to get all the bugs out of.