I'm getting this bug too. I only have AHViewPager, Core, DateUtils, Phone, and Reflection enabled.
It seems that the scrollbar jumps every second to wherever the cursor currently is for typing. For example, if I start typing on line 35, and then try to scroll down, after a second it will jump back to line 35. If I change where I'm typing, it jumps to the new location. If Word Wrap is disabled and the cursor is too far to the left, every second the horizontal scrollbar jumps to the beginning of the line. Typing will move it back, as is normal behavior, but still cause it to twitch every second while typing. This is beyond frustrating.
It appears that, for me, DateUtils is the offender. Disabling that fixes my issue.
Why would this be happening?