Front end developers: stop moving things that I’m about to click on
61–70 of 365 posts
Re: Front end developers: stop moving things that I’m about to click on
#62Honestly, everyone knows this. If you're creating sites that do this in 202X you're just being willfully ignorant/lazy. There are plenty of component libraries for rendering placeholder components in the popular frameworks, react has the suspense API etc etc for exactly problems like this.
When it comes to ad links I've always wondered if it's ignorance or done deliberately to make you click on the ad.
Re: Front end developers: stop moving things that I’m about to click on
#63This is also a problem with seemingly stationary UIs, where a button is only shown when the pointer gets close to it. Especially when that button is within a clickable area, such as a thumbnail image. The ideal solution to all of these would be for the UI to keep track of drawing events and disable any click that occurs in proximity to a just-redrawn area, and beep instead.
Re: Front end developers: stop moving things that I’m about to click on
#64A particular bane of mine is the self-oscillating UIs, youtube is particularly bad at it these days - if the mouse pointer is in 'just the right place' (which is bigger than it sounds) then you get the seek-bar preview frames popup, which moves things just enough that the mouse pointer is no longer over the area that triggers it, so it vanishes, and the whole thing starts again.
That sort of stuff is outright user abuse.
Re: Front end developers: stop moving things that I’m about to click on
#65Re: Front end developers: stop moving things that I’m about to click on
#66Oh, it gets better. On Android (at least, LG-flavored one — never used any other android phone) I have an issue with inter-app "Share" button popup. It somehow manages to re-shuffle all the suggestions (apps/recipients) exactly in the same amount of time that is natural for me to spend before clicking on the desired contact. Which several times made me send something to a wrong person, which resulted in extremely awk…
There's countless examples, but the one that really annoys me every day is when the alarms go off.
I have alarms to wake up in the morning, and on the alarm screen you have to swipe to dismiss, but to snooze you have to tap the other button.
Sleepy me has a lot of trouble remembering which one's which, even though I've done it probably a thousand times at this stage.
And even though it's a big 6.7" or whatever it is screen, they make the buttons absolutely microscopic.
Re: Front end developers: stop moving things that I’m about to click on
#67Earlier quoted context omitted.
When it comes to ad links I've always wondered if it's ignorance or done deliberately to make you click on the ad.
It also has to do with the ad networks. For example with Google adsense, they really encourage you to use responsive ads: "You can use responsive ads to provide a great user experience on your pages. They look good on desktop, tablet, and mobile devices. " But when you use a responsive ad, google can dynamically decide the height of the ad. They don't want you use use a fixed height container: "The parent container h…
Re: Front end developers: stop moving things that I’m about to click on
#68A particular bane of mine is the self-oscillating UIs, youtube is particularly bad at it these days - if the mouse pointer is in 'just the right place' (which is bigger than it sounds) then you get the seek-bar preview frames popup, which moves things just enough that the mouse pointer is no longer over the area that triggers it, so it vanishes, and the whole thing starts again.
Re: Front end developers: stop moving things that I’m about to click on
#69And stop asking me to do a survey on your website when I've only been there for 5 seconds.
I don't know if I want to hear from you ever again yet!