Can web developers stop fucking with scroll bars please?
-
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
@tj @pluralistic

οΈ
οΈ




οΈ -
@tj I want to know who started the war on scrollbars...it's been ongoing for a while now, but it seems like UI/UX designers are all in lock-step on this for some weird reason.
Perhaps unfairly, I'm gonna blame Apple for this one

Sadly, large swathes of the UI design folks are acolytes of whatever Apple cooks up as being "The New Fashionable Thing (TM)", and all jump on that bandwagon readily.
So, even if they didn't entirely kick this off, they certainly would've inspired a good few folks down the path...
-
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
@tj I kind of figure that if a scroll bar suddenly grows when I get near the bottom of the 'page' it means that the dev only really cared about me reading up to that point. If they wanted me to read the entire post, the scroll bar would have reflected that, and I could have decided whether I had time for that at the beginning. Or scheduled it.
-
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
-
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
@tj my all time favorite: infinite scroll with footer containing links like contact, support, impressum and the like.
-
@tanavit @tj It's possible to send client-side code (HTML and CSS) that change the appearance of the scrollbars (including making them completely invisible). Web developers are the people who write that code.
(I suspect web *designers* are the ones who create designs without scrollbars, and then tell the developers to turn them off. But the developers should be pushing back, pointing out that this is a major usability and accessibility problem.)
-
@tanavit @tj It's possible to send client-side code (HTML and CSS) that change the appearance of the scrollbars (including making them completely invisible). Web developers are the people who write that code.
(I suspect web *designers* are the ones who create designs without scrollbars, and then tell the developers to turn them off. But the developers should be pushing back, pointing out that this is a major usability and accessibility problem.)
-
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
@tj I wonder what you might think about the endless scrolling design pattern... -
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
-
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
@tj When scrolling through the replies on this post, the scrollbar does not provide any reliable information on how far I am through until I reach the very end either... π₯Έ
-
@drewtowler @tj I strongly recommend https://greasyfork.org/en/scripts/381674-don-t-with-my-scroll
-
@drewtowler@mas.to @tj@howse.social the scroll effect on this website is actually genius, it shows exactly why they are so terrible. i started to feel sick from the scrolling and i dont think thats ever happened to me before
-
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
@tj but but my infinite scrolling!
-
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
@tj@howse.social "Can web designers stop? I don't give two shits about your design vision."
-
@tanavit @tj It's possible to send client-side code (HTML and CSS) that change the appearance of the scrollbars (including making them completely invisible). Web developers are the people who write that code.
(I suspect web *designers* are the ones who create designs without scrollbars, and then tell the developers to turn them off. But the developers should be pushing back, pointing out that this is a major usability and accessibility problem.)
@kagan@wandering.shop @tanavit@toot.aquilenet.fr @tj@howse.social Let's not forget JavaScript, which enables a great chunk of web design fuckery.
-
Can web developers stop fucking with scroll bars please? No website is so beautiful that it justifies losing the ability to see how far the page scrolls down. I don't give two shits about your design vision.
@tj@howse.social in a similar vein, donβt make a page scroll with smoothing at the beginning and in the end. itβs not natural
-
@tj when you're scrolling down, and suddenly the page stops scrolling and the scroll is controlling some kind of animation instead
@TerrorBite @tj horrendous UX
-
@TerrorBite @tj horrendous UX
@TerrorBite @tj it doesn't even look good.
-
-
@tanavit @tj
The real one, yes.But you can set an area of the page to overflow: hidden, meaning that if there is too much content to fit, don't display the excess - which is useful on fixed size boxes because otherwise the content overlaps with other content.
But that also means that you can hide the browser scrollbar and replace it with a slow broken one written in javascript.