Hacker News new | ask | show | jobs
by Wowfunhappy 2167 days ago
> It's a lot easier for me to read through a list of things in some category than it is for me to scan through a bunch of irregularly sized tiles for the icon and description of the configuration I need.

I think you hit on something here with the irregular size of the buttons, probably moreso than the icons. The arrangement makes it difficult to just read through all the options left to right, because they're all jumbled.

A common/recommended design pattern for older Mac apps is to have a top toolbar of large icons, which is actually quite similar to the Ribbon in some ways. But there, the options appear in a single horizontal row. https://i.ibb.co/wd6MR9c/Screen-Shot-2020-07-10-at-11-58-37-...

2 comments

Not only are they jumbled, but they also change size/shape depending on the width of the window. A large button when full-screened becomes a small button when in a smaller window. A large button in a smaller window gets expanded to show all sub-options when maximized. There is no visual consistency for the same button.
That was a feature designed to fit more options on smaller screens. I personally like it and find it helpful.
It messes up any attempt to recollect of the locations of certain features in the bar. Some iterations of the ribbon even fold groups into menus under single buttons, so the exact path to feature then depends on the width of the window. This turns the ribbon into a pretty inconsistent user experience.
I don't recollect the location of features by their spacial location, I recollect them by their place in a hierarchical ordering. The exact path to a function is always preserved, as the keyboard shortcut for that item is defined by that path.
Ribbons (in Office, at least) change that very hierarchy depending on window width. For example, take the Home bar in Word: the "Editing" and "Style" groups collapse to buttons with submenus before the width of the window is reduced to half screen width on my computer. This affects keyboard navigation in the ribbon bar, too, of course.
This doesn’t actually change the hierarchy of commands, as evidenced by the fact the keyboard shortcuts stay constant. I appreciate hiding these first before Font, since I use Font more than Styles or Editing.
> I think you hit on something here with the irregular size of the buttons, probably moreso than the icons.

This would also explain why other icon based UI's like the tool palette in gimp don't seem to suffer from the same problem. A grid of buttons is about as "programmer UI" as they come but once you learn where everything is it's quick and easy.