Replies: 1 comment 2 replies
-
In general, anything happening in the html/css/js should be unrelated to Tauri. Does this happen if you run it in a browser? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When typing accents/diacritics inside an input, it works fine:
But typing inside this contenteditable element, it puts the accent and then the character with the same accent:
All of them (that works or doesn't), log this in the terminal (this is a
pnpm exec tauri dev
with vite task):I didn't open a bug because I can't reproduce in a isolated context. I tried creating an
<div>
with contenteditable attribute, but it works as expected, same thing for<textarea>
for example. In the one that doesn't work, I'm using Milkdown.If anyone could help me trace down a reproducible bug I would appreciate it. Or if could help some dev/maintainer trace it down, also works.
Operating System - Manjaro on GNOME (Wayland), version 21.2.0 X64
Node.js environment
Node.js - 17.1.0
@tauri-apps/cli - 1.0.0-beta.10
Beta Was this translation helpful? Give feedback.
All reactions