Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.85k stars 1.51k forks source link

Text editor on mobile #5555

Closed joebudi closed 1 year ago

joebudi commented 2 years ago

Unable to move to a new line using the text editor on mobile unless I add a space or special character at the end.

Chrome on mobile.

aptkingston commented 2 years ago

When you say text editor do you mean an input field, the long form field with normal formatting or the long form field with rich text formatting?

joebudi commented 2 years ago

Rich text editor.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity.

deanhannigan commented 1 year ago

This seems to be an inherent flaw in the underlying Codemirror dep used in EasyMDE itself. You can can see the issue isolated in it's own right https://codemirror.net/5/demo/placeholder.html

In Chrome on Mobile the behaviour, in general, is very odd. It won't let you have a newline after the last piece of content and when you start to delete, it will sometimes start adding in elements it already removed.

https://user-images.githubusercontent.com/5913006/193292758-97cb2399-1bb0-4002-b4fa-f6e67c89af0b.mov

aptkingston commented 1 year ago

Awaiting upstream fix.