fastmail/Squire

Problem on editing Japanese text on iOS 14.5.1

Opened this issue · 0 comments

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.