-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Partial multi-select: fix error with dead key #39850
Conversation
Size Change: +1.13 kB (0%) Total Size: 1.22 MB
ℹ️ View Unchanged
|
Hm, a quick test gave me this upon pressing my ´ dead key: Gravacao.do.ecra.2022-03-29.as.16.30.29.mov |
I should add that this is only happening for me in Safari; it seems fine in Firefox. Both macOS. |
@mcsf Should work in Safari now. Unfortunately it doesn't work in Chrome or Firefox, but that's fine for now. As long as there's no errors. |
Thanks, this is now working on all three browsers for me. By "working", I mean that it's not letting unwanted dead keys through in Firefox and Chrome, and that it's actually working in Safari. 👏 What's left here? I see some flaky e2e tests failing, but some concern multi-block selection. |
Yes, need to investigate those. Most likely around disabling |
What?
Unfortunately we can get to work composing characters over a partial multi selection in all browsers. Strangely enough it works in Safari, so we'll just let it work there. In Chrome nothing will happen. In Firefox the selection will be deleted, but no composition state is inserted. This all needs more investigation but this is the best we can do now. The most important thing is that we don't let the browser manipulate the DOM, otherwise there will be errors.
Why?
How?
Testing Instructions
Screenshots or screencast