CodeMirror-gutter Re-size #3781
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i am using the merge plugin. ( https://codemirror.net/demo/merge.html )
Scenario :
1 - Write a long commands on the same line
2- try to scroll right than left
3- gutters will move
Please check the attached files
i've tried to refresh the editor but it didn't worked .
how can i fix this ?
Thank you

Regards
Hi. This does not happen for me on Chrome. Which browser / version are you using?
Hey, i am using Version 47.0.2526.111 (64-bit) on ubuntu
On Wed, Jan 20, 2016 at 11:54 AM, Marijn Haverbeke <notifications@github.com
Hm, that's exactly what I'm using. Could you describe your steps in more detail? When I go to the merge demo page, and scroll either of the editors right and then left, the gutter stays in place.
scrollbar on the left editor becomes clearly smaller than the one on the
right
that the gutter will shift to the right
PS: this issue appears on Chrome Windows as well.
Thank you
On Wed, Jan 20, 2016 at 12:03 PM, Marijn Haverbeke <notifications@github.com
+1, I was able to reproduce it on
Browser Firefox
Mac
Pull request to fix this #3788
The editor was clipping the horizontal scroll position wrong, leading to it believing it was setting its horizontal scroll somewhere the DOM wouldn't allow it to, confusing the gutter alignment code.