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

Tab key outputs "Â Â Â Â " #1369

Open
trymeouteh opened this issue Mar 15, 2024 · 0 comments
Open

Tab key outputs "Â Â Â Â " #1369

trymeouteh opened this issue Mar 15, 2024 · 0 comments

Comments

@trymeouteh
Copy link

Is your feature request related to a problem? Please describe.
When I press the tab key inside the edit, I get the following output "Â Â Â Â " instead of a tab space

Describe the solution you'd like
To output a tab space and not these characters.

Describe alternatives you've considered
None

Additional context

Running Linux Mint 21
Tested in Firefox and Chromium

My code

<link rel="stylesheet" href="node_modules/suneditor/dist/css/suneditor.min.css">

<textarea id="myEditor"></textarea>

<script src="node_modules/suneditor/dist/suneditor.min.js"></script>

<script>
    SUNEDITOR.create('myEditor');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant