The author sees half the problem and offers the worse half of a solution. A scrollbar is not only a control, it's also an indicator . It shows where your viewport is relative to the bigger view, e.g. a long list. Hiding scrollbars, like some [redacted] GUIs like macOS do, is just acutely impolite, much like making buttons indistinguishable from text, or putting light grey text on a light grey background. A solution e…
>A solution exists, and is nearly universally implemented: scroll wheels on a mouse, and scroll gestures on a trackpad. So you didn't read the article huh. The very first paragraph says: >“Ah”, they say, “that’s what the scroll wheel is for”. My friend, not everyone can use a scroll wheel or a swipe up touch screen. Or literally the next paragraph about difficulties small/hidden scrollbars cause with other input meth…
Scrollbars are becoming a problem
91–100 of 944 posts
Re: Scrollbars are becoming a problem
#92You know what's an accessibility problem for a lot of people over 40? White text on a dark background. I don't think I'll ever get tired of hearing people advocate for making web pages readable for people my age. Yeah, opening up the inspector and updating the author's CSS made it readable for me, but made the shell script unreadable.
Why do you find it hard to read?
On a computer I can just use light mode and it’s fine. Driving at night … I really hate bright lights on tall SUVs.
Here’s an example of what it looks like (glasses help): https://beta-ctvnews-ca.cdn.ampproject.org/i/s/beta.ctvnews....
Re: Scrollbars are becoming a problem
#93Re: Scrollbars are becoming a problem
#94Re: Scrollbars are becoming a problem
#95Add the newest Steam UI to the list of shame, not only for having skinny scrollbars, but also for having the 5px wide hitbox end several pixels short so that slamming the mouse against the right edge of the maximized window misses the scrollbar.
I remember some horrors in my lifetime: WinAMP skins, browser skins, people recklessly ignoring all of the wisdom collected on asktog.com...
But the horrors became so frequent that we all became numb, and now even Windows ships with more UI disarray than could have been imagined in the early 2000s...
The hardest part of becoming a greybeard is realizing what could have been, that we have abandoned.
Re: Scrollbars are becoming a problem
#96Earlier quoted context omitted.
As the article says, not everyone can use a scroll wheel, and not everyone even has a scroll wheel or touchpad. I personally find using mouse scroll wheels quite painful due to RSI caused from decades of mouse abuse. Yet, designers find scroll bars and up-and-down scroll arrows icky so fuck me, I guess. :(
> so fuck me, I guess Obviously not, but you also shouldn't expect the whole world to be designed around your needs. If you have difficulty using the expected input method, you should use alternatives with the same functionality, not expect others to redesign their apps in your preferred way.
Design for the best accessibility first and foremost, then try and make things look "prettier".
Disabilities can affect anyone at any time and shouldn't be an afterthought.
Re: Scrollbars are becoming a problem
#97You know what's an accessibility problem for a lot of people over 40? White text on a dark background. I don't think I'll ever get tired of hearing people advocate for making web pages readable for people my age. Yeah, opening up the inspector and updating the author's CSS made it readable for me, but made the shell script unreadable.
Unfortunately a lot of accessibility concerns are of competing interest against each other and people making webpages don't have infinite time to allocate to ensuring they have options for everyone. You might consider just disabling css altogether.
Re: Scrollbars are becoming a problem
#98- Lack of affordances when scrolling is needed, especially with disappearing scroll bars or ones that never make themselves known
- Tiny scroll bars: not just on the desktop, but on touch interfaces too
Re: Scrollbars are becoming a problem
#99I have come to a funny realisation recently. It's not my eyesight which is becoming worse, it's the UIs which are becoming worse. The tiny scrollbars with laughable contrast are in no way accessible to anyone. I've recently switched to using KDE with the Oxygen theme and it's a joy to use without any eye strain. These scrollbars are absolutely pathetic, with no room for customisation. (good luck theming a locked-down…
I don't use dark mode for contrast, I use because a lot of software "light mode" is just plain white. And screens been getting more and more powerful. Often using software without white mode the thing is so bright, that the walls near me get lighted up as if I was using a flashlight or something. Thus I have to make the screen less bright, but often this also make the screen colors and contrast get all screwy and I s…
Re: Scrollbars are becoming a problem
#100The wheel has a linear/constant speed, which is a hindrance for very long pages. Also, wheel scroll can behave differently depending on where the mouse cursor is or has focus. The scroll bar has none of these problems.