Skip to content

DOMExceptions with Dropzones #47

@EndenDragon

Description

@EndenDragon

Describe the bug
I am encountering errors when dragging and dropping nested list. The issue only arises when showDropzoneAreas is enabled.

My element looks something like

<ul id="scoresheet-editor">
      <item :model="criteria" v-drag-and-drop:options="draggableOptions"></item>
</ul>

Where <item> is essentially a <li> with lots of other child elements inside... including a single <ul> which would contain more of .

<li>
    <ul>
        <item> <!-- more <item> -->
    </ul>
</li>

Expected behavior
I expect there would not be an error when performing dropping action.

Screenshots
image

Desktop (please complete the following information):

  • OS: Mac OS 10.13
  • Browser Chrome 76

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions