[Bug] Red Tracker

Sir ArmaMalum·4/29/2014, 4:58:31 PM·1 votes·528 views

Broke it again! =)

When you scroll down to the bottom of a post the Red Tracker buries itself below the bottom border. Using Google Chrome and a touchscreen laptop with a very non-standard resolution (1366x768), so probably need confirmation here from others if it's not too much trouble.

http://i.imgur.com/Ca1AVT7.jpg

1 Comments

Locke644/30/2014, 12:36:58 AM1 votes

I could reproduce that on my 1920x1080 desktop only by resizing the chrome window. That is, I scrolled down to just before it disappeared (it doesn't disappear, it gets pushed down below the screen using position:relative and a pixel calculation - maybe using display:none or visibility:hidden instead would fix your bug?), then expanded the window slightly so the main body shifted upward while the red tracker did not. Its position only updates on scroll events, not resize events.