1
Elder scrolls (slrpnk.net)

In b4 someone tells me 6 isn't out yet

you are viewing a single comment's thread
view the rest of the comments
[-] Seasoned_Greetings@lemm.ee 0 points 6 months ago

Simplifying the most recent scroll bar feels like a huge step backwards to me. It really is the epitome of modern tech needlessly boiling down to its basic visual aspects to emulate a "clean" environment for the users.

Give me back my scroll bar texture damnit

[-] Switorik@lemmy.zip 0 points 6 months ago

This. Holy shit is it frustrating to click a pixel wide scroll bar that is on the edge between two monitors. It's even worse when they disappear.

[-] axsyse@lemmy.sdf.org 0 points 6 months ago

I recently had a complaint with a website:

"Users are having trouble scrolling!"

My response:

"Are they using the scroll wheel/directly scrolling with the touchpad, or using the scroll bar?"

They were, of course, using the scroll bar. I am now somehow responsible for design choices made at the level of the browser, because browsers have decided that the scroll bar should be nigh impossible to use. Yippee.

[-] captain_aggravated@sh.itjust.works 0 points 6 months ago

What really chuffs my spuds is when the application decides they want to provide their own UI rather than using the system default.

[-] aksdb@lemmy.world 0 points 6 months ago

Not just scrollbars. Buttons, input fields, etc.

Dammit I sometimes have to search for elements I can interact with. Back in the day it was self explaining.

[-] Eheran@lemmy.world 0 points 6 months ago

UIs get worse all the time, very frustrating. Who needs contrast, right? I have good eyes and know exactly where to look. My mother? Holy shit no chance.

[-] namingthingsiseasy@programming.dev 0 points 6 months ago

It's really depressing how often I have to turn off CSS entirely just to view a webpage. I could of course always go into the inspector and turn off the bad CSS, but Gecko-based browsers fortunately have "View -> Page Style -> No Style" which is must easier and faster.

And seriously, whoever invented the font-weight CSS property can burn in hell. Ditto for whoever decided that we should only be allowed to read light grey text on slightly lighter grey background.

[-] kurwa@lemmy.world 0 points 6 months ago

Browsers have an accessibility check for contrast for this reason. More devs / designers should use it.

[-] Theharpyeagle@lemmy.world 0 points 6 months ago

At least on the bright side, people are becoming much more aware of accessibility. I'd argue that old sites were accessible mainly on accident due to most being restricted to fairly straightforward CSS and HTML. The advent of Javascript was a dark time...

[-] SnipingNinja@slrpnk.net 0 points 6 months ago

I don't think it was a pure accident as some non-accessible designs would still be possible with those limitations. IIRC scroll bars were taken from the OS back then, so if the OS didn't have accessible design, it wouldn't be a thing for the websites either.

[-] EyIchFragDochNur@feddit.de 0 points 6 months ago* (last edited 6 months ago)

Not necessarily for visibility but when i work I NEED FUCKING BORDERS FOR MY FUCKING BRAIN TO KEEP FUCKING STRUCTURE AND NOT EVERYTHING FADING OUT INTO ..yeah thanks i lost the thread again

[-] starman2112@sh.itjust.works 0 points 6 months ago

Seriously fuck Wikipedia's desktop redesign, I regret that I donated before the change

[-] namingthingsiseasy@programming.dev 0 points 6 months ago

In case you weren't aware, there are extensions that you can use to restore the older (better) UIs. Here are a couple:

There are probably some for other browsers as well. I don't use them though. I instead wrote myself a tampermonkey script to change it:

if (!window.location.search.contains('useskin')) {
  var new_url = window.location.protocol
      + "//" + window.location.hostname
      + window.location.pathname;
  if (window.location.search == "") {
    new_url = new_url + "?useskin=monobook";
  } else {
    new_url = new_url + window.location.search + "&useskin=monobook";
  }
  new_url = new_url + window.location.hash;
  window.location.replace(new_url);
}

You can compare the available wikipedia styles on this page to see which one you like best: https://en.wikipedia.org/wiki/Wikipedia:Skin?useskin=monobook

[-] starman2112@sh.itjust.works 0 points 6 months ago

Yeah, and I do that, I just don't think I should have to. I should be able to open the website on a fresh install and not get nauseous using it.

[-] SpaceCowboy@lemmy.ca 0 points 6 months ago

Its the epitome of technology that as it improves some things become obsolete.

Pretty much every mouse has a scroll wheel on them now. I very seldom click on a scroll bar now. So the design has changed with that consideration in mind.

[-] Seasoned_Greetings@lemm.ee 0 points 6 months ago

It's a design choice, not a question of obsolescence. If it were, we'd be talking about their decision on removing the scroll bar, not changing it.

At the very least the style change could have been optional.

[-] SpaceCowboy@lemmy.ca 0 points 6 months ago

There is still a need to indicate progress when scrolling even with a mouse wheel. So scroll bars are designed with that in mind. And there is still occasion that you may want to use it to brag the bar to a specific part of a page. But this is fairly rare, because how do you know what part of a page you want to go to before you've seen it?

Currently on my Firefox there is indeed no scrollbar displayed. If I use my mouse wheel a thin version appears to indicate progress while scrolling. If I move my mouse to the edge of the screen a wider version appears which is easier to interface with on the rare occasion I want to do that. This is an optimal interface given the hardware I have available.

On a phone or table the scrollbar will not be interacted with my clicking on it. It only appears to indicate progress.

The old scrollbar design is obsolete. Doesn't make any sense on touchscreens and is a waste of screen space on desktops since people have scroll wheels now.

Obsolete doesn't mean it no longer works, a horse and carriage still functions after all. Obsolete simply means there's more optimal options available because of improvements in technology. The scrollbar on Firefox right now is more optimal because of newer technology. The scrollbars pictured are obsolete no matter how much nostalgia you might feel for them.

[-] Seasoned_Greetings@lemm.ee 0 points 6 months ago

My friend, obsolescence as a concept can apply to a functional necessity. Obsolete doesn't apply to a design choice like a texture on a window element.

If your entire point is that scroll bars aren't necessary anymore, fine. If you're going to type up a long winded response as to why scroll bars shouldn't have the little lines on them anymore, you're just being pedantic.

[-] SpaceCowboy@lemmy.ca 0 points 6 months ago

I've explained to you the decision making process that's used when changing UI elements. If you're so dedicated to being a curmudgeon to learn about why technology changes, that's your decision.

[-] Seasoned_Greetings@lemm.ee 0 points 6 months ago

What I'm telling you is that it's literally a visual element. I already said, it could be optional. Professing it as some sort of inevitably of ui change is just as stubborn.

Frankly, you're coming off quite hostile about what is literally a texture. Equating this whole line of reasoning to "this is why technology changes" feels like grandstanding to justify defending an obscure ui decision for no other reason than you just prefer it.

Which by itself is fine. You're allowed to prefer modern design ui. It starts getting ridiculous when you decide to tell other people why their preferences are wrong.

[-] SpaceCowboy@lemmy.ca 0 points 6 months ago

Frankly, you’re coming off quite hostile about what is literally a texture.

So it's acceptable for you to call me a pedant, but I'm crossing the line when I say you're being a curmudgeon? Ok.

What I’m telling you is that it’s literally a visual element. I already said, it could be optional.

It could be, but maintaining multiple designs isn't free. To keep them all involves additional QA and bugfixes for every release and designing an interface to allow a selecting different designs. There's a cost to this, and why bother? As you say it's literally a texture, not a big deal. What's your justification for a development team to put time and effort to maintain some old designs that are no longer optimal?

And this is a microcosm of all interactions with technology. Some people simply don't like change, even when there's good reason for the changes. Every technological improvement no matter how big or small comes with reactions similar to yours. It's best not to impede technological improvements to please curmudgeons, because there's no pleasing them. You can decide to be angry over every minor improvement in technology, but that's just deciding to be angry for petty reasons. It's best to try to understand technological changes rather than always being angry over them.

I mean you're still upset over a change in the look of scrollbar, even after the reasons for the changes were explained. There are much bigger changes in technology coming, not sure how you're going to handle it if a scrollbar change bothers you.

this post was submitted on 16 Mar 2024
1 points (100.0% liked)

Lemmy Shitpost

26233 readers
249 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 1 year ago
MODERATORS