vue-smooth-dnd icon indicating copy to clipboard operation
vue-smooth-dnd copied to clipboard

Vue wrapper components for smooth-dnd

Results 119 vue-smooth-dnd issues
Sort by recently updated
recently updated
newest added

1. Cloned repo `version": "0.8.1"` 2. Added ` style='max-height: 400px; overflow-y: auto'` to container ```diff /vue-smooth-dnd (master) $ git diff diff --git a/demo/src/pages/cards.vue b/demo/src/pages/cards.vue index 863e41c..40f91d1 100644 --- a/demo/src/pages/cards.vue +++...

When the demo page is opened on a iPad (Safari), the first dragging alsomakes the page scroll. Following drag and drops do not make the page canvas move and it...

![image](https://user-images.githubusercontent.com/23466462/49001992-dd964e80-f190-11e8-9dd5-24b5246b3741.png) My app build on 2 environment: IOS and Web i got this errors while move ![image](https://user-images.githubusercontent.com/23466462/49002349-ecc9cc00-f191-11e8-9bc5-4f3a44e824e8.png) how to get this event errors to refresh the page?

When I open multiple pages in a project, the drag and drop events on each page are repeated.

On [this example](https://kutlugsahin.github.io/vue-smooth-dnd/#/simple-horizontal) (in docs) I see that the elements are rendered with `display: table`. However if you change that to `display: flex` and you try to drag an item...

Hi, When I try to run the card board example in the demo the dragging and dropping of columns does not work. I also copied the cards component from https://github.com/kutlugsahin/vue-smooth-dnd/blob/master/demo/src/pages/cards.vue....

I've been looking in the demo page for ways to persist the order of each cards in a list and see this code, probably this will populate the cards in...

Link Demo Bug: https://jobchatproduction.s3.ap-southeast-1.amazonaws.com/mediaUpload/1558167270099_ro856783i8h.ogv Step 1: download this library Step 2: change property orientation="horizontal" to orientation="vertical" Step 3: npm run dev Step 4: scroll to second container (Ipsum) Step 5:...

I have found that when hiding the div that houses the drag containers using the v-show directive, the first initial drag operation does not take affect. Do you know of...

I feel a bit strange about the Card Board demo (https://kutlugsahin.github.io/vue-smooth-dnd/#/cards). The cards can be moved properly across different groups, it seems that the group can be drag&drop too, but...