-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Selection jiggles while resizing window horizontally #1264
Comments
Comment by peterflynn Definitely a regression from the last CodeMirror merge. Probably same cause as #1267. Marijn has already pushed up a fix for that, so I'll test whether it covers this case too. |
Comment by peterflynn Confirmed this is now fixed in CodeMirror upstream -- next sprint's CM merge will give us a fix |
Comment by pthiess Reviewed thats opened for Sprint 12. Waiting to get the fix in CM. |
Comment by peterflynn The CodeMirror merge has been deferred to Sprint 13 due to some recent instability in the CM scrolling code. Pushing this bug out till then. |
Comment by peterflynn This seems much harder to reproduce in brackets-shell, but it's definitely still there (noticeable especially on my older Mac). |
Comment by njx Turns out the fix in CodeMirror (which we've merged) doesn't fully fix this case, though it does reduce how often it happens. I've filed codemirror/codemirror5#745 on this, so we can continue to track it. Removing sprint 13. |
Comment by gruehle This is fixed in CodeMirror v3 branch. See codemirror/codemirror5@314e7ea |
Comment by redmunds Confirmed that this is fixed in cmv3 branch. Closing. |
Issue by redmunds
Thursday Jul 19, 2012 at 15:13 GMT
Originally opened as adobe/brackets#1283
Recipe:
Results:
The painting of the selection highlighting briefly changes with the width of the window (seems to be a percentage of viewport width). It quickly snaps back to the correct size, but there is enough delay to make it very noticeable.
Expected:
Selection highlighting does not change with editor window width
This seems to be caused by recent CodeMirror changes.
The text was updated successfully, but these errors were encountered: