-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Text layout corrupted for non-standard symbols #971
Comments
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "backlog" and I will leave it open. Thank you for your contributions. |
I justed tested under Windows with version 1.0.168. This is reproducable with various symbols. For example if you type ꙱ the cursor is not at the correct position if you proceed to type. I regard this as a major problem, because it makes editing of a line of text that includes such a symbol awkard. For example I have a table of keyboard shortcuts for my Mac which is nearly impossible to edit. |
There's no fix for this since the editor only support monospace fonts. It might be fixed when the editor is changed. |
Operating system
Application
When using exotic unicode symbols like ⌘, from this cursor position on the cursor does not blink at the correct position. The delta accumulates when using more such symbols, so the cursor blinks not where text is really inserted when you type, but more to the left. In the same way a selection does not mark the shown text correctly. This is of course annoying when editing such text.
For example after typing ⌘⌘⌘⌘⌘⌘⌘, the cursor is not located at the right end of the text, but in the middle of it, i. e. after the first four symbols ⌘⌘⌘⌘|⌘⌘⌘ - but when you continue to type, text is appended at the end and not where the cursor is shown.
The text was updated successfully, but these errors were encountered: