Earlier quoted context omitted.
But why on earth would I want to wait for a document to open, just so the height of the scrollbar is accurate when I see it first..? That is such a minor detail when viewing a document. Maybe the metaphor of the scrollbar is just a bad one?
Or just imperfect, but often useful?
Infinite Scrolling: When to Use It, When to Avoid It
31–40 of 175 posts
Re: Infinite Scrolling: When to Use It, When to Avoid It
#32Infinite scrolling is universally bad for one, very simple reason: It breaks the scroll bar. One of the purposes of a scroll bar is to indicate how long (and/or wide) some piece of content is relative to your window. Another purpose is to indicate your current X/Y position within some piece of content. Both of those purposes are completely broken with the use of infinite scrolling, because the length (and/or width) o…
Re: Infinite Scrolling: When to Use It, When to Avoid It
#33Infinite scrolling is universally bad for one, very simple reason: It breaks the scroll bar. One of the purposes of a scroll bar is to indicate how long (and/or wide) some piece of content is relative to your window. Another purpose is to indicate your current X/Y position within some piece of content. Both of those purposes are completely broken with the use of infinite scrolling, because the length (and/or width) o…
Re: Infinite Scrolling: When to Use It, When to Avoid It
#34Re: Infinite Scrolling: When to Use It, When to Avoid It
#35Infinite scrolling is universally bad for one, very simple reason: It breaks the scroll bar. One of the purposes of a scroll bar is to indicate how long (and/or wide) some piece of content is relative to your window. Another purpose is to indicate your current X/Y position within some piece of content. Both of those purposes are completely broken with the use of infinite scrolling, because the length (and/or width) o…
Re: Infinite Scrolling: When to Use It, When to Avoid It
#36Re: Infinite Scrolling: When to Use It, When to Avoid It
#37Good thing mobile is a passing fad and a11y doesn't matter. /s
Re: Infinite Scrolling: When to Use It, When to Avoid It
#38Earlier quoted context omitted.
I have seen infinite scroll paradigms that simply load the next bit of content, causing the page to elongate, causing the bar to shrink and reposition. This is fine to me as the bar remains in exact sync with the document. I also think the scroll bar is an entirely desktop tool, and as infinite scrolling most benefits mobile, this is a moot point. Nobody on mobile uses the scroll bar. Personally, as a middle-click-an…
I use the scrollbar on mobile. It's a way to quickly navigate to a section of a particularly large document that would take tons of swiping. Not a frequent use case but an absolute necessity on occasion.
Re: Infinite Scrolling: When to Use It, When to Avoid It
#39Re: Infinite Scrolling: When to Use It, When to Avoid It
#40Earlier quoted context omitted.
On one hand, yes, I agree. On the other hand, it seems to me that this is partly the fault of the scrollbar as an idea. How do you show the current position in a document for which, for one reason or another, you cannot instantly compute the visible height? I still remember an Android PDF viewer which would run through every page of a 2000-page document to get the page dimensions before displaying anything. (From wha…
> How do you show the current position in a document for which, for one reason or another, you cannot instantly compute the visible height? Perhaps by not "instantly" displaying the document- that is, displaying it before you are able to display its scrollbar.
I feel that this is akin to that. I strongly believe both perspectives are valid for often overlapping contexts.