Safari in iOS handles this nicely. You can scroll below the bottom of the page and the default grey background _behind_ the page becomes visible. Desktop browsers could also do this.
Scrolling: it’s really OK to have some white space at the bottom of the window
21–30 of 57 posts
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#22I agree it would be great in theory... but in practice there's a HUGE problem that the author doesn't seem to have considered: many webpages have footers. I'm talking about normally-positioned footers, not fixed-position ones. You're not supposed to scroll beyond a footer. It would look terrible. And you don't want to put extra space between the content and the footer either, or have that space vary. (How would you e…
Like this? http://i.imgur.com/kFZSo.png
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#23I've had a similar gripe with scrolling, although I encountered with text editors instead of browsers. Having used Sublime Text for a while (which does what the article suggests and shows you as much white space as is needed to keep the display consistent), it is really jarring using many of the other editors which refuse to do this, especially as I often tend to write new code at the bottom of the page. Being forced…
Really? Was there some sort of option you turned on?
I'm a happy ST2 user (bought my license a couple weeks ago), but that's been one issue I've had lately. I can't seem to scroll past the bottom of the page. For now I've just been typing with my cursor at the bottom of the screen, but I'd love to move it to the middle. (as in vim's zz).
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#24Earlier quoted context omitted.
Maybe I'm just getting old but I find any fixed elements on a scrolling page distracting. My brain expects the whole page to move when scrolling yet my eyes are drawn to this bit that is stuck in place. Also these fixed elements tend to be horizontal bars across the top or bottom of the page, reducing my reading area. That also sucks, especially since all laptop manufacturers decided we all should have super-widescre…
I bet you hated framesets on the web when they were around.
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#25This is also a problem with intra-page links to named anchors - usually browsers scroll the page so that the anchor is at the top of the window, but this does not happen if the anchor is near the bottom of the page. Very confusing.
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#26Safari in iOS handles this nicely. You can scroll below the bottom of the page and the default grey background _behind_ the page becomes visible. Desktop browsers could also do this.
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#27I definitely agree with this: I am annoyed by this behavior fairly consistently. I've used some programs which do this correctly--most notably Emacs--and find it to be a much more natural way of scrolling. However, I was under the impression that I am one of the few people that uses the space bar to scroll, so browsers would not give changes like this a high priority. How many other people scroll this way? Do you als…
I never have this problem because I scroll continuously with the touchpad. Before I had access to a touchpad, I scrolled continuously with the mouse wheel.
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#28This is also a problem with intra-page links to named anchors - usually browsers scroll the page so that the anchor is at the top of the window, but this does not happen if the anchor is near the bottom of the page. Very confusing.
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#29Earlier quoted context omitted.
I never have this problem because I scroll continuously with the touchpad. Before I had access to a touchpad, I scrolled continuously with the mouse wheel.
I think it may be a mac thing, since I've never seen a mac with a scroll wheel (although I'm sure they exist).