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

Floating menu mobile chrome #1994

Closed
2 tasks done
multipliedtwice opened this issue Oct 8, 2021 · 2 comments · Fixed by #2137
Closed
2 tasks done

Floating menu mobile chrome #1994

multipliedtwice opened this issue Oct 8, 2021 · 2 comments · Fixed by #2137
Labels
Type: Bug The issue or pullrequest is related to a bug

Comments

@multipliedtwice
Copy link

What’s the bug you are facing?

Floating menu hides only after entering space character.
IMG_20211008_114547

How can we reproduce the bug on our side?

Open example with floating menu on mobile, enter anything

Can you provide a CodeSandbox?

No response

What did you expect to happen?

Floating menu gotta close

Anything to add? (optional)

No response

Did you update your dependencies?

  • Yes, I’ve updated my dependencies to use the latest version of all packages.

Are you sponsoring us?

  • Yes, I’m a sponsor. 💖
@multipliedtwice multipliedtwice added the Type: Bug The issue or pullrequest is related to a bug label Oct 8, 2021
@dkrym
Copy link
Contributor

dkrym commented Nov 2, 2021

I experienced this issues and would like to provide more info.

  • it seems this is problem only on Android, IOS works ok for me
  • after some investigation I found out the problem is that by default Android use Spell Check (signaled by underline when you type the word
    • when you are in the spell check mode (underline), floating menu does not register typing (or updates at all?)
    • I thought the reason is the word is not entered until space and therefor typing not registered but no. Using collab function I can see every letter is actually sent, just floating menu does not register updates until space

I have no idea how to fix as I actually don't understand why is this exactly a problem.

Not a fix, but workaround which works for now:

  • Disable Spell Check on your phone (not really practical)
  • add autocorrect="off" to disable autocorrect on your editor which disables the android spell check so it works (but you lose spell check obviously)
    • I tested it by adding it to editor but it could be added only to empty paragraphs etc

btn

@umutto
Copy link

umutto commented Nov 5, 2021

There is also a similar problem when using Microsoft Japanese IME keyboard.

chrome-capture (1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue or pullrequest is related to a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants