Simplemde-markdown-editor: Unable to type in mobile, text repeats on space

Created on 18 Oct 2020  路  3Comments  路  Source: sparksuite/simplemde-markdown-editor

ezgif-6-5af1b1f547a8

Configuration

let simplemde = new SimpleMDE({
            element: document.getElementById('id'),
            status: [],
            toolbar: ["bold", "italic", "heading",
                "|", "quote", "unordered-list", "ordered-list",
                "|", "code", "link", "image"],
            placeholder: 'Type here...'
 });

Most helpful comment

All enhancements that were done can be found in the changelog: https://github.com/Ionaru/easy-markdown-editor/blob/master/CHANGELOG.md.

All 3 comments

In my fork of this project: https://github.com/Ionaru/easy-markdown-editor we've done a few enhancements for mobile use. Please check if that version works better for you.

Thank you for these splendid Gifs and demonstrating the issue with vanilla Simple MDE.
The problem plagues Gitea and hence Codeberg which is how I started investigating.

@Maintainers: Do you have any intentions to fix this mobile issue?

Downstream bug examples:
https://github.com/go-gitea/gitea/issues/12146
https://github.com/go-gitea/gitea/issues/13132
https://codeberg.org/Codeberg/Community/issues/363#issuecomment-162225

@Ionaru Can you point us to specific enhancements that address the issue raised here? If you figured out the root cause, maybe the bug could be fixed here and help everyone downstream, not just your fork.

All enhancements that were done can be found in the changelog: https://github.com/Ionaru/easy-markdown-editor/blob/master/CHANGELOG.md.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

prologic picture prologic  路  4Comments

IonicaBizau picture IonicaBizau  路  3Comments

slince picture slince  路  4Comments

keioka picture keioka  路  5Comments

mbeckenbach picture mbeckenbach  路  4Comments