Skip to content
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

Editor moves the cursor when used with custom fonts #99

Closed
rozbrajaczpoziomow opened this issue Apr 14, 2021 · 2 comments
Closed

Editor moves the cursor when used with custom fonts #99

rozbrajaczpoziomow opened this issue Apr 14, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@rozbrajaczpoziomow
Copy link

rozbrajaczpoziomow commented Apr 14, 2021

Describe the bug
The CSS Editor moves the cursor forward, yet it still edits before the cursor if the font is different

To Reproduce
Settings -> Custom CSS ->

* {
    font-family: 'Comic Sans MS' !important;
}

And propably turn on liveupdate

Expected behavior
For the cursor not to be displaced

Screenshots
I didn't move the cursor: I just clicked backspace for the screenshots
obraz
obraz

System Information:

  • OS: Windows 10
  • Discord Version: Stable
  • BetterDiscord Version: Latest from releases (beta), but it was present before this version
@rozbrajaczpoziomow rozbrajaczpoziomow added the bug Something isn't working label Apr 14, 2021
@dav1312
Copy link
Contributor

dav1312 commented Apr 15, 2021

1. Don't use the universal selector to change your font, ask for help in the #custom-css channel to know how to properly do it
2. This is not an issue with the installer

@zerebos
Copy link
Member

zerebos commented Apr 15, 2021

Please see above. In the end this would be an issue with the Monaco editor, not BD itself.

@zerebos zerebos closed this as completed Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants