I'm surprised at how many people here seem to like infinite scroll. I personally can't stand it. Imagine having a book where no matter how much you read, it never seems to end. No milestones, no sense of progress. Just page after page after page. It just feels... icky.
Google’s suggestion for a better infinite scroll?
51–60 of 168 posts
Re: Google’s suggestion for a better infinite scroll?
#52Favor: could someone share an intelligent (or at least in-depth) write-up of the pros/cons of infinite scrolling? Most of what I'm finding on the web is content farmy. Also: at what point is memory usage worth worrying about? Scrolling for pages on end has to be tough on a browser.
Re: Google’s suggestion for a better infinite scroll?
#53The permanent menu - with locator options - at the bottom is brilliant.
Unless you scroll a page at a time using Page Down or Space. When I'm at the top of the page, the last visible item is "Live Room". If I page down once, the first visible item becomes "Black Refraction". I never even see that there's an item called "Live Room Out", it's obscured first by the footer and then by the header.
Re: Google’s suggestion for a better infinite scroll?
#54It still jumps around if you hold and drag the scrollbar - always my complaint with these.
I wonder how many people do hold and drag the scrollbar, I am so used to scrolling using a touchpad on Mac and mousewheel on PC, so I never even touch a scrollbar.
I've done many user tests and training sessions only to inwardly wince every time the user painstakingly does that. (And this on their own hardware, with their own mouse they use every day at work.)
After you explain it, they say "wow, that's neat." And then promptly forget it and start dragging the scrollbar again.
Re: Google’s suggestion for a better infinite scroll?
#55It's all around horrible for something like Twitter, IMO.
The problem with Twitter is that it's conversational, and it's showing the newest part of the conversation at the top. So instead of having a nice conversation history:
Hi!
Hello to you good sir.
How are you doing today.
I'm fine.
You get: I'm fine.
How are you today?
Hello to you good sir.
Hi!
...and you lose the navigation state, so it's impossible to tell where you were at last on Twitter except by memory.tl;dr: don't copy Twitter's UI. Please.
Re: Google’s suggestion for a better infinite scroll?
#56Discussion: https://news.ycombinator.com/item?id=2592741
Re: Google’s suggestion for a better infinite scroll?
#57It still jumps around if you hold and drag the scrollbar - always my complaint with these.
When viewing your music library, the scroll bar grabber would be the correct size for how many items were in your library so grabbing it and scrolling would work right. It didn't load all X number of items you had at a time though either.
Re: Google’s suggestion for a better infinite scroll?
#58Earlier quoted context omitted.
Unless you scroll a page at a time using Page Down or Space. When I'm at the top of the page, the last visible item is "Live Room". If I page down once, the first visible item becomes "Black Refraction". I never even see that there's an item called "Live Room Out", it's obscured first by the footer and then by the header.
I've wondered if browsers couldn't reduce the paging distance by subtracting the height of header and footer regions on the page (as identified by position: absolute?). Something tells me it would not be so simple.
I think it would be really difficult for the browser to come up with a solution that would work anywhere.
Re: Google’s suggestion for a better infinite scroll?
#59Another issue is the one mentioned in the other subthread here, often when you accidentally click some link on the page, you can't go back, it'll start loading everything from scratch. Happens to me e.g. on facebook on IE Mobile (apparently they don't use pushState). This effectively means I have to open links in a new tab.
Re: Google’s suggestion for a better infinite scroll?
#60Earlier quoted context omitted.
On Facebook there is a footer, and seemingly no way to get to it unless you find a short enough page or manage to get to it faster than the infinite scroll can load.
All of the links in the footer are also at the bottom of the right-hand main column