• chunes@lemmy.world
    link
    fedilink
    arrow-up
    19
    arrow-down
    1
    ·
    23 hours ago

    1998 not only had the best scrollbar, but the best UI overall. Shoulda just stopped then and we would have utopia by now

    • BlackRoseAmongThorns@slrpnk.net
      link
      fedilink
      arrow-up
      11
      ·
      20 hours ago

      I’d say 2001 and 2006 purely because the scrollbar is textured in a way that make it seem dragable at first glance |=|.

      Which is standard by now but still, besides that 1998 has all the other visual cues to denote what’s clickable and i would otherwise agree as i generally prefer flatter designs.

  • InEnduringGrowStrong@sh.itjust.works
    link
    fedilink
    arrow-up
    131
    arrow-down
    1
    ·
    2 days ago

    I hate the modern ones you need to hover above so they even display, and then it’s 1 pixel wide and a shade of grey that’s about 2% darker than white.
    Less functional and 500 lines of js garbage.

    • chisel@piefed.social
      link
      fedilink
      English
      arrow-up
      33
      arrow-down
      2
      ·
      2 days ago

      It’s a few lines of css, no JS required.

      .my-div:hover {
        overflow-x: scroll;
      }
      

      And the look and feel of the scrollbar is generally determined by the browser/OS. Unless someone does a custom scrollbar implementation, but that is exceedingly rare. So that thin rounded gray bar is a browser/OS design, again, without any JS.

        • chisel@piefed.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 hours ago

          Oh, interesting, that’s pretty new. Technically it’s not an official part of the W3C spec yet, but it’s close enough that browsers support it now. Though, it only allows you to control the bar color, track color (which is generally invisible nowadays, so track color changes nothing), and width. So, yes, more customization than was there before, but still extremely minimal.

      • 0ops@piefed.zip
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 days ago

        I don’t know about scrollbars specifically, but apparently a lot of windows 11 is written in react

    • M137@lemmy.today
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      Some suck, sure, but some work well. The ones on MacOS are good IMO, and some android ones (while others absolutely suck).

    • MonkderVierte@lemmy.zip
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      1 day ago

      UX, whatsat?

      Also, it completely disappears after a second.

      And why is it a different color on the addons page anyway??

  • poinck@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    1 day ago

    To me, they are just indicators of how much content I can expect. I scroll with the mouse wheel or using the page down/up keys. I don’t grab the thing. I only need to see the indicator when I am scrolling.

    But I wonder whether there is a accesibility aspect to always visible and wide scrollbars. I think, the best way to deal with it, is to make it an option how they look and behave.

    • anugeshtu@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      7 hours ago

      What about some scrollable window with something like 10k+ lines, though? Sure, if you have a mouse with a free-spinning function, it’s still doable, but a draggable scrollbar comes in handy then.

    • diaphragmwp@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      20 hours ago

      Touchscreens don’t have wheels on them. Styluses/pens also don’t (usually). The latter usually acts more as a mouse than a touchscreen in software, so you can’t scroll by dragging the page.

  • jaybone@lemmy.zip
    link
    fedilink
    English
    arrow-up
    62
    arrow-down
    2
    ·
    2 days ago

    1998 was truly the best time. When all OS widgets looked the same. And could be used in apps, and everything had a consistent look. Yeah you could override this in your app. But fuck people who did that. Everything looked so nice and uniform and you knew what to expect from a widget and its look and behavior. Get off my lawn.

  • antonim@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    1 day ago

    Do you remember the feel of switching from 1998 to 2001? It felt like stepping into the future.

  • macniel@feddit.org
    link
    fedilink
    arrow-up
    25
    ·
    2 days ago

    imho the clustered version of the scroll bar buttons (like in Amiga Workbench 2.0+, Macintosh OS, macOS, KDE) make way more sense to me (minimal mouse movement to change scroll direction) than this spread out layout.

      • OpenPassageways@lemmy.zip
        link
        fedilink
        arrow-up
        6
        ·
        1 day ago

        My only criticism is lack of affordance on the slider. Is the dark part the slider or the light part? Some of the newer ones have the little ridges for “traction”.

      • bstix@feddit.dk
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        The issue with 1988 is that it isn’t intuitive what the background color is, and thus if the bar is up or down.

        The middle years are obvious because of the 3d effect. The last one is obvious because the background is the same for both the arrows and the bar.

  • SCmSTR@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 days ago

    Definitely either 88 or 98. Large, very visible, no bullshit. I prefer 98, but would also be perfectly happy with 88. The reason I like 98 better than 88 is because 98, while not as high of contrast, is closer to if it’s physically there, with shadows and stuff, and therefore visually faster recognizable as a scroll bar, it’s more intuitive.

    • kboy101222@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 days ago

      Give me 98 with the little lines of the next 3. I think it enhances noticeability quite a lot without adding a distracting amount of contrast

    • SpongyAneurysm@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      88, because it covers visually impaired better. That higher contrast pays off. But I remember you could do some color theming for the 98 version, so maybe it couldve been fixed in that regard. And I agree on the design being generally easier to understand.