Skip to content

[web] Cursor error when click bold #10

@artemsivcev

Description

@artemsivcev

Hello! I'm using your plugin on web and I found some bug.
v.0.2.2 (last for now).

  1. Type some text. Cursor must be at end of text
  2. Select bold, italic, etc...
    Expected result:
  3. Cursor still at the end and next text become bold, italic, etc
    Actual result:
  4. Cursor move at start of text but next typed text become bold, italic, etc and its position right on the end
  5. And after that there is some strange behaviour about delete some letters, some times delete button delete 2 or more letters...

Screenshot 2021-01-29 at 09 35 49

Activity

singerdmx

singerdmx commented on Jan 29, 2021

@singerdmx
Owner

For web development, ReactQuill https://github.com/zenoamaro/react-quill is recommended to use for compatibility.
If you use our app https://bulletjournal.us/home/index.html, the way we solve it is to only use delta for data between mobile and web. HTML is actually not needed for mobile side. At web side, we use ReactQuill https://github.com/zenoamaro/react-quill to generate html.
Bullet Journal app https://bulletjournal.us/home/index.html is open sourced at https://github.com/singerdmx/BulletJournal

singerdmx

singerdmx commented on Jan 29, 2021

@singerdmx
Owner

@artemsivcev As mentioned in the README, this library has no intention of supporting web. ReactQuill https://github.com/zenoamaro/react-quill is recommended for web development.
Note that our underlying data format is 100% compatible with quill delta.

singerdmx

singerdmx commented on Jan 29, 2021

@singerdmx
Owner

Closing

2 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @singerdmx@artemsivcev

        Issue actions

          [web] Cursor error when click bold · Issue #10 · singerdmx/flutter-quill