-
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] [cmv3] Mac w/mouse - scrollbars appear incorrectly in inline editors #2660
Comments
Comment by njx Reviewed. To me for sprint 20. Potentially deferrable if it's risky to fix. |
Comment by RaymondLim I can reproduce it on Windows with the following steps.
Now you see an empty scroll bar inside the inline editor and line numbers inside the inline are drawn over the content of inline editor. |
Comment by njx Aha. It looks like the underlying issue is codemirror/codemirror5#1226. I have a workaround. |
Comment by gruehle Confirmed fixed. Closing. |
Issue by gruehle
Thursday Feb 07, 2013 at 23:01 GMT
Originally opened as adobe/brackets#2806
Steps to repro
setEditorHolder
and press Cmd-E. Inline editor opens and a horizontal scrollbar appears in editor (if the horizontal scrollbar isn't visible, make the window narrower until it is shown).Results
The inline editor show an empty vertical scrollbar, no horizontal scrollbar, and the line numbers are indented to the right.
Expected
Inline editor should look the same as when it was first opened.
The text was updated successfully, but these errors were encountered: