-
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] Fix over-repaint issue when typing #3526
Comments
Comment by njx What the. |
Comment by njx |
Comment by njx Why was the min-width change necessary? |
Comment by jasonsanjose Filed codemirror/codemirror5#1514. I earlier tried removing min-width to see if that was the cause. It isn't. But I decided to convert this to pixels anyway since we use pixel size fonts. I believe this min-width use of ems here was an oversight. |
Comment by redmunds Done with review. |
Comment by jasonsanjose
|
Comment by redmunds Merging. |
Comment by jasonsanjose
|
Issue by jasonsanjose
Thursday May 09, 2013 at 17:49 GMT
Originally opened as adobe/brackets#3767
Somehow, removing the default 1px
border-right
fromCodeMirror-gutters
placeholder caused the repaint issue (where the entire window repaints for each keystroke). As a fix, I've changed the border color to match the gutter background.The problem does reproduce in a boilerplate CodeMirror demo. I'll file a bug.
jasonsanjose included the following code: https://github.com/adobe/brackets/pull/3767/commits
The text was updated successfully, but these errors were encountered: