Comment #8 on issue 9016 by cmroddy: Bookmarks should behave as menus on downward drag http://code.google.com/p/chromium/issues/detail?id=9016
I can't speak for Windows, since I haven't really paid attention to menu behavior on that platform, but the current behavior is nonstandard on Linux. In both GTK and QT apps it is normal to have the menu appear on mousedown (not on downward dragging after mousedown), then the user may drag down to a menu item, and the item is then selected on mouseup. To require a click-and-release, move, click-and-release is annoying. I understand it is necessary to provide a facility for reordering items on the bookmarks bar; the Gnome panels, Firefox, etc. use middle button dragging for this (which currently does nothing in Chromium). X-axis left-button dragging should result in the currently expanded bookmark menu closing, and the adjacent one opening (issue 355). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
