Live data from Hacker News

Who Killed the Scrollbar?

ello.co

211–220 of 325 posts

Re: Who Killed the Scrollbar?

#212

Earlier quoted context omitted.

Agree! "Mobile First" design thinking should not mean "Mobile Only." What was supposed to be a call to consider all of the devices your users may be utilizing, it just transferred the preference from one type of device to another. Why can't we just have sites/apps/SPAs/whatever that look and work well on whatever device they supposedly support?

> Why can't we just have sites/apps/SPAs/whatever that look and work well on whatever device they supposedly support? Indeed. There seems to be a weird idea that it's possible to make a UI that works well on all form factors. I don't see how that's possible, and I've never seen it happen in practice. What actually happens is that you have a UI that works well on one form factor and badly on the others, or you have a…

I think NYTimes.com is a good example. Theres a hamburger menu that expands to the whole screen when on mobile or tablet; its a sidebar on desktop. The whole arrangement of articles becomes linear on mobile; it isnt on desktop. It looks like someone figured out how it should look at every state, and then developed a way to gracefully switch between them -- not that it was a mobile UI that someone decided to enlarge on desktop.

This is why we have media queries in CSS!

Re: Who Killed the Scrollbar?

#213
post #199

Earlier quoted context omitted.

> The reason why scrollbars are not a first class UI widget in mobile UIs is because they are finger based, which means every manipulable widget needs to be finger sized And yet, several mobile apps I use routinely have found a way to make it work reasonably well. They use a slim line of a scrollbar to indicate where you are, and if you touch the scrollbar then a larger finger-friendly handle appears which can be use…

Testing on my iOS device, I don't think it's an app thing, but UIKit standard thing that comes with scrollviews. The bar doesn't become finger thick, but it's still usable. I've been using iOS devices for a long time, so it shows you how hidden it is. I agree it's sloppy on desktops, but it helps to understand the reasons why the sloppyness happens. Kind of like electron apps :p

I believe it’s new in iOS 13

Re: Who Killed the Scrollbar?

#214
post #207
post #37

Earlier quoted context omitted.

I was pretty blown away to see that Dropbox's hamburger menu opens to take over the entire screen, including on desktop. In other words, they only considered mobile in their design. You can try it even if you don't have an account, just go to dropbox.com and click the hamburger in the upper right.

In fairness, Dropbox's primary interface on desktops is "my files are there" and nothing else. I can understand why they'd spend most of their UX effort concentrating on platforms where it's not as transparent.

you used to click on the icon in the taskbar and get a menu only. Now you get a full popup with a home screen , advertisements and "notifications" (even though windows has integrated notifications. Never used it

Re: Who Killed the Scrollbar?

#215

Earlier quoted context omitted.

Hamburgers and Heiroglyphs, GUI of the future! At least Dropbox hasn't gone full in on the Heiroglyph side of the fad, they still have text labels for buttons, so you can understand what they do by looking at them and reading them.

The hieroglyphs are beyond me. It's literally making up your own alphabet not to mind language. Might be the ultimate sign of the over indulgence of developers/designers. Each gets their own perfect world which we must spend the time decrypting

I wish at least they used the egyptian ones. I 'd love to learn their language

Re: Who Killed the Scrollbar?

#216
post #188

The reason why scrollbars are not a first class UI widget in mobile UIs is because they are finger based, which means every manipulable widget needs to be finger sized. Making scroll bars finger sized takes up way too much screen space in mobile UI, so they were regulated to a passive progress bar indicator and the scrollbar actions were moved into swipe gestures instead. With that change you lose the ability to prec…

iOS 13 has actually made the scrollbar into a first-class UI widget. You have to long-press on the scroll thumb while it's visible, but doing so gives you direct manipulation over it.

Re: Who Killed the Scrollbar?

#217
post #37
post #3

Flipping flip i agree! It's not just scrollbars. I hate the mobilification of everything. I hate that desktop designs are imitating the nonexistent information density of phones. Bring back menubars, and extensive left-hand hierarchies . Even in mobile, it's more practical for me. I like a full page where i can zoom in and out faster between its parts rather than scrolling up and down all the time (I browse reddit in…

I was pretty blown away to see that Dropbox's hamburger menu opens to take over the entire screen, including on desktop. In other words, they only considered mobile in their design. You can try it even if you don't have an account, just go to dropbox.com and click the hamburger in the upper right.

I've just seen the new Microsoft Office. On the desktop. With a big screen. But just pressing the File menu makes the document you work on completely disappear behind something useless.

I've tried Word and Excel, both behaved so.

Insane!

Re: Who Killed the Scrollbar?

#218

The whole page appears as blank to me (Windows, Chrome, no addons, incognito mode). I suspect that actually reading the article is unnecessary at this point.

It's a React SPA with no SSR. Why people do that for content only pages, I have no fucking idea.

Re: Who Killed the Scrollbar?

#219
post #188

The reason why scrollbars are not a first class UI widget in mobile UIs is because they are finger based, which means every manipulable widget needs to be finger sized. Making scroll bars finger sized takes up way too much screen space in mobile UI, so they were regulated to a passive progress bar indicator and the scrollbar actions were moved into swipe gestures instead. With that change you lose the ability to prec…

iOS 13 has actually made the scrollbar into a first-class UI widget. You have to long-press on the scroll thumb while it's visible, but doing so gives you direct manipulation over it.

Thanks for pointing this out. Don’t think I would have figured that out.

Re: Who Killed the Scrollbar?

#220

> 2. No flipping way to quickly navigate to the top or bottom of the post. I don't know what the state of this is on Android, but iOS 13 lets you grab the scrollbar and go immediately to wherever you want in a document. The scrollbar doesn't show up by default, so it's a 2-step operation. Scroll a bit to make the scroll indicator appear, then grab it and scroll faster. Works well but I doubt many people are aware of…

On various apps, with Google Chrome/Android being the worst, it can take minutes to scroll through pages / tabs. I tend to have a lot of browser tabs open (well over 1,000 on desktop Firefox, which actually is fairly managable), and on Android there's simply no way to deal with more than ~20 (which I can easily hit in a minute or so). Firefox/Android is far better in this regard, but on my device is so slow (literall…

> well over 1,000 on desktop Firefox, which actually is fairly managable How? :O What's your workflow?
Post reply on HN