I've been noticing a really annoying bug for the past week or two, similar to the one I've had where the site suddenly scrolls itself to the top and starts flickering. This one is really odd because one minute the toolbar is there and the next it snaps to the top of the page. Once in a while it snaps back and I notice all of the comments move down to make room for it, but it's quite annoying.

This is what it looks like when it snaps to the top of the page, position: fixed; top: 0; The comment toolbar is initially there, but I'm guessing you guys do some weird ajax probably trying to load another ad, and the container integrity falls apart.
If I unset postion: fixed; the toolbar immediately snaps back in place. If this is the case, why use position fixed in the first place?

Log in to comment