When viewing the moderator flag page on Ask Ubuntu here (I guess it's more of a dashboard), if I scroll to the bottom of the page - the footer content 'flickers' and it becomes impossible to scroll to the bottom of the page.

It's kind of hard to describe and probably easier if you just try to scroll to the bottom of the page.

Browser: Google Chrome 9.0.597.84 beta on Ubuntu 10.10.

share|improve this question
Any way you can get a screenshot of this? There are a few of us who don't have a diamond beside our name. ;) – Jon Seigel Feb 13 '11 at 20:50
@Jon: Well, I didn't think the team would like me sharing screenshots of this... not to mention that the problem occurs when you scroll which is an action, and therefore hard to depict in a screenshot. I added the browser info. – Nathan Osman Feb 13 '11 at 21:01
Okay, fair enough. Thanks. – Jon Seigel Feb 13 '11 at 21:04
1  
I just tested this on Ubuntu 10.10, Chrome 9.0.597.98 stable (have you tried upgrading from the beta?) and can't repro this. – Nick Craver Feb 13 '11 at 21:09
@Nick: Try it now. It only seems to do anything when there are 2 or less flagged items. – Nathan Osman Feb 13 '11 at 22:37
@George - I still can scroll to the bottom/see the footer, what issue are you having? Also note don't use betas, we won't support them...the only reason I tested was 9 is final and I assumed you mislabeled it the question. – Nick Craver Feb 13 '11 at 23:08
@Nick: I have my Window height set to 643px... and I can still reproduce it. Perhaps the window you were viewing it in was too tall. – Nathan Osman Feb 13 '11 at 23:12
@George - Are you still using a beta (which differs from the release version...)? – Nick Craver Feb 14 '11 at 0:39
@Nick. Hang on. I'll test it with the release version. – Nathan Osman Feb 14 '11 at 0:41
@Nick: Hmmm... works fine with the latest stable version. Feel free to close this question, but please don't delete it... this may be an issue in the future. – Nathan Osman Feb 14 '11 at 0:58
1  
This problem just resurfaced for me with the new page (when there’s only one flag). – Josh Lee Jun 7 '11 at 18:55

2 Answers

I can reproduce this with Opera 11.11, Firefox 4.0.1, and Chrome 12.0.742.91 on Mac OS X 10.6.7.

The problem is that the content on the right side is very tall. When you scroll past the sidebar, it is removed from the normal content flow, and thus the footer jumps up to the middle of the viewport. Then the entire document fits inside the viewport, and so you haven’t scrolled past it anymore, and so it is reinserted into the normal flow, ad nauseum.

Edit: This code would solve the problem:

$('div.fl').css('min-height', $('div#scroller').height())
share|improve this answer

I can't reproduce this in Chrome on Windows 7.

No flicker on that page.

share|improve this answer
It happens to me in Chrome on Windows 7. – nhinkle Dec 12 '11 at 21:04

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged