Scrolling: it’s really OK to have some white space at the bottom of the window
1–10 of 57 posts
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#2This problem has been around forever, but there is a new problem that makes scrolling even worse than before. Sites which have headers or footers that have a fixed position with respect to the browser viewport completely break scrolling because when you scroll, neither the red nor the green line are visible. The green line is under the navigation junk at the top of the page.
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#3Being forced to consistently look at the bottom of my screen instead of the top or the middle is pretty annoying, maybe a change in browsers could trigger a change in text editors as well!
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#4However, 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 also find the current behavior annoying, or would you find his preferred change less convenient?
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#5I 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…
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#6I'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…
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#7Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#8Couldn't you dynamically add padding to a footer element based on the view port size, resulting in sufficient "whitespace" under your content for the browser to render as you continue to scroll?
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#9Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#10From the comments: This problem has been around forever, but there is a new problem that makes scrolling even worse than before. Sites which have headers or footers that have a fixed position with respect to the browser viewport completely break scrolling because when you scroll, neither the red nor the green line are visible. The green line is under the navigation junk at the top of the page.