Earlier quoted context omitted.
I think the corollary is "consider Ubuntu, but still don't skimp on hardware". Buy a proper laptop that ships with Ubuntu, buy a proper connector cable if you need one, etc.
I don't think paying more for hardware significantly changes the problem that was brought up.
Scrollbar Blindness
301–310 of 575 posts
Re: Scrollbar Blindness
#302Earlier quoted context omitted.
> outside of your country ... most people do not have a Mac, I think you mean outside of the Bay Area. For PCs/Desktop Apple has like 12% market share in the US. 7% globally.
People in this bubble overestimate the popularity of anything Apple. I once had a discussion with a coworker at a major company known for its app, where I was complaining about an Android bug and he genuinely asked "does anybody even use Android?" And I responded, "only the majority of users in every country around the world including the US. It's even 50/50 on our app!" Afterward, I found the internal numbers for em…
Re: Scrollbar Blindness
#303Re: Scrollbar Blindness
#304I have to pile onto the criticism of the hidden scroll bars, and other similar features (like the hidden buttons of PDF viewers now, such as in Chrome). Discoverability is a problem. For anyone (cough, elderly parents) who aren't adept at discovering hidden features, these things can be utterly mind-boggling and frustrating. Even I was stumped for a good minute the first time trying to print/save/download a PDF when…
It's to stop the offset shift. Pages with scrollbars and pages without have different document widths but the same viewport width.
When you click between the two, the page "shifts" half a scrollbar width if it's centered.
To fix this, Apple made the scrollbar an overlay. That stops the shifting. But then everything on any page with a scrollbar looks off-center.
To fix that, Apple made it disappear when it's not being used.
Re: Scrollbar Blindness
#305Earlier quoted context omitted.
Even worse than undiscoverable features are land mine features, where some subtle gesture triggers a wild and unwanted mode change. Extra credit if the mode change is hard to get out of.
There's a windows feature like this which I hate with a passion. If you grab a window and shake it side to side, it minimizes all open windows... So sometimes I'll grab a window to move to my left monitor, decide instead I want it on the right one, and suddenly everything is gone and I now need to go open every single window one at a time. It even took me months to understand that the shaking was what caused it. I wo…
It's akin to shaking my head before focusing on a specific task. I shake the task window and the other applications that I still want open but won't be using for a bit all hide away.
Re: Scrollbar Blindness
#306If you read between the lines, you should understand that the root cause of issue is the macOS developer monoculture. All you need is one Windows or Linux-based developer in your team to catch those kind of issues. But so many dev teams are macOS-only those days, whereas, apart from US and 2-3 other rich countries, 80%+ or even more of actual desktop users are Windows-based. (There are many other problems with macOS…
Lots of countries use a 12 hour clock, that’s a strange claim to make.
[1] https://travel.stackexchange.com/questions/34950/which-large...
Re: Scrollbar Blindness
#307I have to pile onto the criticism of the hidden scroll bars, and other similar features (like the hidden buttons of PDF viewers now, such as in Chrome). Discoverability is a problem. For anyone (cough, elderly parents) who aren't adept at discovering hidden features, these things can be utterly mind-boggling and frustrating. Even I was stumped for a good minute the first time trying to print/save/download a PDF when…
Re: Scrollbar Blindness
#308Earlier quoted context omitted.
> Ths context is that testing is a solved problem. The only problem that is solved is running multiple browsers in VMs in a cloud. Everything else is anyone's guess. To come up with an automated test for the problem in the OP you have to be a) aware of the problem and b) have a way to test that scrollbars do/don't appear. Good luck with that.
> The only problem that is solved is running multiple browsers in VMs in a cloud. Everything else is anyone's guess. That false hyperbole. Just because you do not know something, that doesn't mean that nobody else does. > To come up with an automated test for the problem in the OP you have to be a) aware of the problem and b) have a way to test that scrollbars do/don't appear. Good luck with that. No luck is needed,…
For the third time you've failed to show how to test for the problem described in OP. It tells me that you don't know
> test frameworks already exist for testing the screen for the presence of UI elements
Which ones test for the presence/absence of scrollbars?
Re: Scrollbar Blindness
#309Earlier quoted context omitted.
We used to call that "using the scroll bar".
iOS devices were not nearly performant enough to allow that until recently ;)
Re: Scrollbar Blindness
#310Earlier quoted context omitted.
Infinite scroll often make it nearly impossible to click on the site's privacy policy or terms of service in the page footer without going into dev tools. Whenever I come across that issue I wonder whether it's a feature or a bug.
Does this actually happen frequently?