ember-drag-drop icon indicating copy to clipboard operation
ember-drag-drop copied to clipboard

Class 'accepts-drag' is broken with nested draggables

Open cbou opened this issue 7 years ago • 5 comments

There is an issue when a draggable-object hovers another draggable-object even if the later is inside a draggable-object-target.

https://ember-twiddle.com/ff54c428e6a46abcba4df799e036ac83

cbou avatar Jul 03 '17 19:07 cbou

Yup, PR is incoming. #103

dgavey avatar Jul 03 '17 20:07 dgavey

Oops, might not be the same issue.

dgavey avatar Jul 03 '17 20:07 dgavey

This line is responsible for the issue: https://github.com/mharris717/ember-drag-drop/blob/master/addon/components/draggable-object.js#L121

Do you know why dragOver was changed from nothing to return false;?

cbou avatar Jul 04 '17 10:07 cbou

Is there any news about this issue?

cbou avatar Jan 04 '18 10:01 cbou

@mharris717 @dgavey

Any idea how to solve this issue?

cbou avatar May 22 '18 10:05 cbou