-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeMirror-gutter Re-size #3781
Comments
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. |
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 |
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. |
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
The text was updated successfully, but these errors were encountered: