← Back to context

Comment by db48x

3 days ago

That’s actually a really common implementation failure across all platforms. It crops up again and again, in virtually every new thing that people implement. It’s very common to see this problem when you activate a submenu of a menu, and want to move the mouse diagonally to pick some item from the submenu.

See here for how Amazon's mega menu was designed around this problem:

https://bjk5.com/post/44698559168/breaking-down-amazons-mega...

  • It's slightly irritating to see Amazon get credit for that, when Bruce Tognazzini used that same solution 40 years ago when working on the classic MacOS interface!

    (Apple forgot about it again for OS X, but that's a different story.)

    • From the article:

      > I’m sure this problem was solved years and years ago, forgotten, rediscovered, solved again, forgotten, rediscovered, solved again.

    • From the NN/g article:

      "older versions of MacOS featured a menu designed by NN/g principal Bruce Tognazzini; that menu did not exhibit this behavior, but instead, used a vector-based triangular buffer to allow users to move diagonally. Unfortunately, in the years since, Apple has reverted this excellent bit of interaction design."

      But I'm on macOS 15 and the menus seem to behave that way (the good way). Did they re-implement it?

      1 reply →