tui.editor
tui.editor copied to clipboard
WYSIWYG MODE Enter issue on mobile
Describe the bug
I applied tost-ui as a web app project. There is a problem with Enter when writing on mobile.
Set the initial type to wysiwyc for easy viewing for ordinary users This is an issue that occurs when wsiwyc is writing.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://nhn.github.io/tui.editor/latest/tutorial-example03-editor-with-wysiwyg-mode' In Mobile(ios, android)
- switch to "wysiwyc"
- sea error
https://user-images.githubusercontent.com/83467914/162382282-fb84e86a-782c-4437-bae0-918b3499de8b.mp4
Expected behavior
- "μλ ν(Position the mouse pointer here)μΈμ"
- Enter
- see error
Screenshots
Smartphone (please complete the following information):
- Device: [e.g. iPhone12, galaxy a8]
- OS: [e.g. iOS15.3.1, android 7.1.1]
- Browser [chrome, safari]
Additional context
- It's the same issue when writing in English.
- There is no problem with PC.
- There is no entertainment issue when written with initialType markdown.
@SHT-3756 Thank you for the issue. We'll check it.
@jwlee1108 How's the progress going?
@SHT-3756 @jwlee1108 From what I've checked, it seems to be affected by the screen size. As a result of testing on my tablet (Galaxy Tab S8+), it works well in full screen, but when I open a small window in multi-window, the same error as above occurs. The main difference is that when the toolbar is visible on one screen, it works normally, and when the 'More' option is visible because the toolbar is not visible on one screen, the corresponding error occurs.