I have only noticed this bug since TextRectangle() being added, after the 'drawing a line too much' bug was fixed. It seems like a strange off-by-one-pixel kind of error which only happens when using PageUp and PageDown.
I press PageUp once, and the bottom (last received) line disappears. Upon close inspection, it looks as if the second-to-last line dropped exactly one pixel. I press PageUp again, it drops one pixel more. Etc etc.
I can see the effect very well by keeping PageUp pressed, since the last line will fall away, and everything will slowly converge to the bottom-most position again. Once the second-to-last line would start to clip beneath the bottom (like the previous last line had) that too will fall away, and the line will fall away again.
Basically, the drawing code somewhere fails to properly calculate what line properly falls into view, which manages to manifest due to the pageup/pagedown keys not scrolling a precise page/using a different method to actually scroll than using a mousewheel or the scrollbarARROWS. Dragging the thumbnail or clicking in the empty space above or below the thumb will also show it, including the saw-effect described above if you keep it clicked down.
I can provide a few screenshots if needed, but they don't really saw much on themselves.
I press PageUp once, and the bottom (last received) line disappears. Upon close inspection, it looks as if the second-to-last line dropped exactly one pixel. I press PageUp again, it drops one pixel more. Etc etc.
I can see the effect very well by keeping PageUp pressed, since the last line will fall away, and everything will slowly converge to the bottom-most position again. Once the second-to-last line would start to clip beneath the bottom (like the previous last line had) that too will fall away, and the line will fall away again.
Basically, the drawing code somewhere fails to properly calculate what line properly falls into view, which manages to manifest due to the pageup/pagedown keys not scrolling a precise page/using a different method to actually scroll than using a mousewheel or the scrollbarARROWS. Dragging the thumbnail or clicking in the empty space above or below the thumb will also show it, including the saw-effect described above if you keep it clicked down.
I can provide a few screenshots if needed, but they don't really saw much on themselves.