-
Notifications
You must be signed in to change notification settings - Fork 253
Scroll window up/down fails sporadically #941
Comments
Scrolling feedback is only shown in the main window when the cursor is on the 3rd or 4th line from the top (with ctrl + e) or bottom (with ctrl + y). When the problem is happening, the proper view isn't updated until another key is pressed, or the cursor reaches the 3rd or 4th line. The minimap window properly shows what should be shown in the main window, regardless of cursor position. |
This bug appears to affect all scroll commands (e.g. – half page down, page down). If you use ctrl + f to scroll to the bottom of the document, you end up a few lines (~10) above the bottom with the cursor off the screen. After reaching the bottom of the document, if you press k, the window jumps to reveal the bottom of the document and the cursor. |
@dcalhoun @gittyupagain Sorry for the poor experience continuing. I can't reproduce this on my master build of Atom, I'm wondering if it was fixed by either atom/atom#9444 or atom/atom#10062. If you're interested, could you try Atom v1.4.0-beta3? The first PR mentioned above is included in that release. If that doesn't help, I believe the fix may be on master, and we're going to release new beta and stable versions by Wednesday. |
I just tried Atom v1.4.0-beta3, and I still see the ctrl+e / ctrl+y problem. I don't see the problem with ctrl+f that @dcalhoun is seeing, but I didn't see that with Atom v1.3.3 either. Trying to isolate the problem, I removed my ~/.atom directory. After relaunching and installing just vim-mode, I still see the problem with Atom v1.4.0-beta3. |
I never tried Atom v1.4.0-beta, but this bug is definitely still a problem in the v1.4.0 release. |
yes, it is still a bug in v1.4.1. Hope it could get fixed soon. |
+1 |
Both issues appear to be resolved in Atom v1.4.2. |
Really sorry for the wait on this one @dcalhoun. I thought I had back-ported the fix to an earlier release 😬. |
The scroll window up/down commands no longer work consistently.
Behavior
As a user, I press and hold ctrl + e or ctrl + y.
Expected Outcome
They editor moves up or down by a single (1) line for as long as I hold the keys, until reaching the end of the document.
Current Outcome
The editor:
Environment
.html.erb
,.scss
,.js
)cc/ @maxbrunsfeld – possibly related to your changes in #938. This seemed to start with v0.64.0.
The text was updated successfully, but these errors were encountered: