You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without scroll past end set enabled in the grammar:
With scroll past end enabled in the grammar:
I clicked on around the same spot both times. With scroll past end moving in the slightest causes the minimap to jump down. The code editor scrolls down too.
The size of the jump gets smaller with larger files, I assume this is because the extra space added by scroll past end is smaller relative to the file.
Tested on both default grammars (JS) and a custom one.
EDIT: I just enabled scroll past end globally in Atom, and the bug doesn't appear to happen.
The text was updated successfully, but these errors were encountered:
PJB3005
changed the title
Scroll past end in a grammar causes the minimap to be offset.
Scroll past end in a grammar causes the minimap to jump when moved.
Mar 4, 2016
Without scroll past end set enabled in the grammar:
With scroll past end enabled in the grammar:
I clicked on around the same spot both times. With scroll past end moving in the slightest causes the minimap to jump down. The code editor scrolls down too.
The size of the jump gets smaller with larger files, I assume this is because the extra space added by scroll past end is smaller relative to the file.
Tested on both default grammars (JS) and a custom one.
EDIT: I just enabled scroll past end globally in Atom, and the bug doesn't appear to happen.
The text was updated successfully, but these errors were encountered: