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

Problem on editing Japanese text on iOS 14.5.1 #414

Open
MasahiroMorita opened this issue Jul 16, 2021 · 0 comments
Open

Problem on editing Japanese text on iOS 14.5.1 #414

MasahiroMorita opened this issue Jul 16, 2021 · 0 comments

Comments

@MasahiroMorita
Copy link

Hi. Thank you very much for your effort on maintaining this great repository.
Anyway, I've found a problem on editing Japanese text on Squire on iOS Safari.

Environment

  • iOS: Ver 14.5.1
  • Device: iPhone X
  • Web browser: Safari

Reproduce instruction

  • Input some Japanese text on Squire demo.
  • Press the ordered-list button on the edit menu.
  • It doesn't appear any ordered-list on that text.

Problem

I recorded a video of the above procedure in Safari on the iPhoneX, showing how the screen moves and how the DOM in the editing area changes in the inspector.

As you can see from these captured video,

  • during the Japanese input process of IME, the entered Japanese text is inserted in the entire<div>...</div>,
  • however, once you finish the Japanese text process of IME, the pair of <div></div> disappears and the text is moved directly under the <body> tag.
  • The problem I pointed out above with the list item button not responding is probably due to the <div> not being set correctly.

I hope it will be fixed as soon as possible.
Best regards.

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