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

[Bug] Custom CSS Editor can not Handling multibyte characters correctly #432

Closed
TsubasaKawajiri opened this issue Aug 22, 2020 · 4 comments
Labels

Comments

@TsubasaKawajiri
Copy link

TsubasaKawajiri commented Aug 22, 2020

Describe the Bug
Custom CSS Editor panic caused by multibyte characters.

To Reproduce

  1. Input any multibyte characters(e.g: emoji(🦄) and Japanese()) to Custom CSS Editor.
  2. Input any characters.
  3. Characters appear to Custom CSS Editor more than input.
    ex; Copy & Paste is more causes strange behavior.

Expected Behavior
doesn't panic by multibyte characters.

Discord Version
Stable

Additional Context
This bug is not fatal. because in edit CSS usually, not used multibyte characters.

@TsubasaKawajiri
Copy link
Author

TsubasaKawajiri commented Aug 23, 2020

I'm examined this problem.

by these, this problem is depend on Font and ACE version, not Better Discord problem I think.

so can't fix this on Better Discord because ACE is not exist on Better Discord context.

@TsubasaKawajiri
Copy link
Author

If there aren't any problems, please close this.

@TsubasaKawajiri
Copy link
Author

if install ACE on Better Discord context, may fix this problem.
but it will be complicated dependency.

@TsubasaKawajiri
Copy link
Author

thank you fix this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant