Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when drag-dropping a selection in quill example #554

Open
chacha912 opened this issue Jun 28, 2023 · 0 comments
Open

Bug when drag-dropping a selection in quill example #554

chacha912 opened this issue Jun 28, 2023 · 0 comments
Labels
bug 🐞 Something isn't working

Comments

@chacha912
Copy link
Contributor

What happened:

In the quill example, when performing a drag-and-drop, it does not work correctly.

What you expected to happen:

It should behave as expected in a typical editor.

How to reproduce it (as minimally and precisely as possible):

  1. ClientB selects 1234 and drag-drops it between goᵛod.
    It gets inserted between daᵛy in Client A.

quill-bug2-min

  1. Client B selects 1234 and drag-drops it after dayᵛ.
    An out of index range error occurs in Client A.

quill-bug3-min

  1. Client B selects an image and drag-drops it between hᵛello.
    The image is duplicated and remains in Client A.

quill-bug4-min

Anything else we need to know?:

Related #348

Environment:

  • Operating system:
  • Browser and version:
  • Yorkie version (use yorkie version): v0.3.5
  • Yorkie JS SDK version: v0.3.5
@hackerwins hackerwins added the bug 🐞 Something isn't working label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants