-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Description
Hello! I'm using your plugin on web and I found some bug.
v.0.2.2 (last for now).
- Type some text. Cursor must be at end of text
- Select bold, italic, etc...
Expected result: - Cursor still at the end and next text become bold, italic, etc
Actual result: - Cursor move at start of text but next typed text become bold, italic, etc and its position right on the end
- And after that there is some strange behaviour about delete some letters, some times delete button delete 2 or more letters...
Activity
singerdmx commentedon Jan 29, 2021
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 commentedon Jan 29, 2021
@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 commentedon Jan 29, 2021
Closing
2 remaining items