Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Can web developers stop fucking with scroll bars please?

Can web developers stop fucking with scroll bars please?

Scheduled Pinned Locked Moved Uncategorized
58 Posts 50 Posters 117 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • tj@howse.socialT tj@howse.social

    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.

    flesh@transfem.socialF This user is from outside of this forum
    flesh@transfem.socialF This user is from outside of this forum
    flesh@transfem.social
    wrote last edited by
    #29

    @tj@howse.social "Can web designers stop? I don't give two shits about your design vision."

    1 Reply Last reply
    0
    • kagan@wandering.shopK kagan@wandering.shop

      @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.)

      flesh@transfem.socialF This user is from outside of this forum
      flesh@transfem.socialF This user is from outside of this forum
      flesh@transfem.social
      wrote last edited by
      #30

      @kagan@wandering.shop @tanavit@toot.aquilenet.fr @tj@howse.social Let's not forget JavaScript, which enables a great chunk of web design fuckery.

      1 Reply Last reply
      0
      • tj@howse.socialT tj@howse.social

        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.

        ericjames@booping.synth.downloadE This user is from outside of this forum
        ericjames@booping.synth.downloadE This user is from outside of this forum
        ericjames@booping.synth.download
        wrote last edited by
        #31

        @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

        1 Reply Last reply
        0
        • terrorbite@meow.socialT terrorbite@meow.social

          @tj when you're scrolling down, and suddenly the page stops scrolling and the scroll is controlling some kind of animation instead

          ariarhythmic@ohai.socialA This user is from outside of this forum
          ariarhythmic@ohai.socialA This user is from outside of this forum
          ariarhythmic@ohai.social
          wrote last edited by
          #32

          @TerrorBite @tj horrendous UX

          ariarhythmic@ohai.socialA 1 Reply Last reply
          0
          • ariarhythmic@ohai.socialA ariarhythmic@ohai.social

            @TerrorBite @tj horrendous UX

            ariarhythmic@ohai.socialA This user is from outside of this forum
            ariarhythmic@ohai.socialA This user is from outside of this forum
            ariarhythmic@ohai.social
            wrote last edited by
            #33

            @TerrorBite @tj it doesn't even look good.

            1 Reply Last reply
            0
            • T tanavit@toot.aquilenet.fr

              @kagan

              Thanks.

              Is there a way to circumvent these stupidities and allow the browser to present a scrollbar when needed ?

              @tj

              leeloo@c.imL This user is from outside of this forum
              leeloo@c.imL This user is from outside of this forum
              leeloo@c.im
              wrote last edited by
              #34

              @tanavit @kagan @tj
              There are browser extensions, but they mostly require specific code per web site, so not a universal solution.

              1 Reply Last reply
              0
              • T tanavit@toot.aquilenet.fr

                @tj

                Is not the scrollbar a feature of the browser, not the server ?

                Serious question.

                leeloo@c.imL This user is from outside of this forum
                leeloo@c.imL This user is from outside of this forum
                leeloo@c.im
                wrote last edited by
                #35

                @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.

                1 Reply Last reply
                0
                • tj@howse.socialT tj@howse.social

                  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.

                  ertain@mast.linuxgamecast.comE This user is from outside of this forum
                  ertain@mast.linuxgamecast.comE This user is from outside of this forum
                  ertain@mast.linuxgamecast.com
                  wrote last edited by
                  #36

                  @tj Preach it.

                  1 Reply Last reply
                  0
                  • argv_minus_one@mastodon.sdf.orgA argv_minus_one@mastodon.sdf.org

                    @tj

                    Some websites now display a horizontal progress bar across the top of the viewport, which fills up as you scroll down the page, exactly like a scroll bar.

                    Instead of just showing a scroll bar.

                    Madness. Absolute madness.

                    #webdev

                    rusty@piaille.frR This user is from outside of this forum
                    rusty@piaille.frR This user is from outside of this forum
                    rusty@piaille.fr
                    wrote last edited by
                    #37

                    @argv_minus_one @tj Mobile phones usually dont display the scroll bar. That's a mobile phone design pattern leaking on the desktop.

                    1 Reply Last reply
                    0
                    • terrorbite@meow.socialT terrorbite@meow.social

                      @tj when you're scrolling down, and suddenly the page stops scrolling and the scroll is controlling some kind of animation instead

                      songxisto@icosahedron.websiteS This user is from outside of this forum
                      songxisto@icosahedron.websiteS This user is from outside of this forum
                      songxisto@icosahedron.website
                      wrote last edited by
                      #38

                      @TerrorBite @tj firts time I saw that was on the Apple website I guess

                      1 Reply Last reply
                      0
                      • tj@howse.socialT tj@howse.social

                        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.

                        aral@mastodon.ar.alA This user is from outside of this forum
                        aral@mastodon.ar.alA This user is from outside of this forum
                        aral@mastodon.ar.al
                        wrote last edited by
                        #39

                        @tj Meanwhile, web developers: “Why is the livestock we’re trying to farm for its data talking? John, did you know they could talk?”

                        1 Reply Last reply
                        0
                        • tj@howse.socialT tj@howse.social

                          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.

                          mees@sunny.gardenM This user is from outside of this forum
                          mees@sunny.gardenM This user is from outside of this forum
                          mees@sunny.garden
                          wrote last edited by
                          #40

                          @tj but, you would lose interest in our sales pitch if you knew how long it was!

                          1 Reply Last reply
                          0
                          • tj@howse.socialT tj@howse.social

                            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.

                            lukeharby@infosec.exchangeL This user is from outside of this forum
                            lukeharby@infosec.exchangeL This user is from outside of this forum
                            lukeharby@infosec.exchange
                            wrote last edited by
                            #41

                            @tj Hate it. Seems like it also might be an accessibility minefield.

                            cavyherd@wandering.shopC 1 Reply Last reply
                            0
                            • tj@howse.socialT tj@howse.social

                              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.

                              cavyherd@wandering.shopC This user is from outside of this forum
                              cavyherd@wandering.shopC This user is from outside of this forum
                              cavyherd@wandering.shop
                              wrote last edited by
                              #42

                              @tj

                              Can •all• the developers stop fucking with the scroll bars please? Same same—your design vision isn't worth a piss if I can't •use• it.

                              1 Reply Last reply
                              0
                              • lukeharby@infosec.exchangeL lukeharby@infosec.exchange

                                @tj Hate it. Seems like it also might be an accessibility minefield.

                                cavyherd@wandering.shopC This user is from outside of this forum
                                cavyherd@wandering.shopC This user is from outside of this forum
                                cavyherd@wandering.shop
                                wrote last edited by
                                #43

                                @lukeharby @tj

                                s/might be/is/

                                1 Reply Last reply
                                0
                                • tj@howse.socialT tj@howse.social

                                  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.

                                  damiab@peculiar.floristD This user is from outside of this forum
                                  damiab@peculiar.floristD This user is from outside of this forum
                                  damiab@peculiar.florist
                                  wrote last edited by
                                  #44

                                  @tj Here on MacOS the scroll bars only appears when needed, i.e. while scrolling. We can see its size and position. It keeps beeing displayed a few seconds after beeing used and disappear. But, we can also hover it, click on it and scroll while sliding the mouse.

                                  But, that beeing said, I didn't encounter much website that disabled totally the scroll bar. I didn't knew it was a thing up until your toot.

                                  1 Reply Last reply
                                  0
                                  • cal@kind.socialC cal@kind.social

                                    @drewtowler @tj I strongly recommend https://greasyfork.org/en/scripts/381674-don-t-with-my-scroll

                                    drewtowler@mas.toD This user is from outside of this forum
                                    drewtowler@mas.toD This user is from outside of this forum
                                    drewtowler@mas.to
                                    wrote last edited by
                                    #45

                                    @Cal @tj Thanks! Will try it.

                                    1 Reply Last reply
                                    0
                                    • tj@howse.socialT tj@howse.social

                                      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.

                                      lyrial@transfem.socialL This user is from outside of this forum
                                      lyrial@transfem.socialL This user is from outside of this forum
                                      lyrial@transfem.social
                                      wrote last edited by
                                      #46

                                      @tj@howse.social I'll just drop this here: https://scrollbars.matoseb.com/

                                      pteryx@dice.campP 1 Reply Last reply
                                      0
                                      • tj@howse.socialT tj@howse.social

                                        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.

                                        2003mugishaphocit@mastodon.social2 This user is from outside of this forum
                                        2003mugishaphocit@mastodon.social2 This user is from outside of this forum
                                        2003mugishaphocit@mastodon.social
                                        wrote last edited by
                                        #47

                                        @tj Do you know how to create websites?

                                        1 Reply Last reply
                                        0
                                        • tj@howse.socialT tj@howse.social

                                          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.

                                          fedithom@social.saarlandF This user is from outside of this forum
                                          fedithom@social.saarlandF This user is from outside of this forum
                                          fedithom@social.saarland
                                          wrote last edited by
                                          #48

                                          @tj THIS!

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups