-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Closed
Copy link
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functions
Description
Bug, feature request, or proposal:
BUG: when drag-dropping an item between two connected dropzone, an error occurs randomly
See video and image below
What is the expected behavior?
No error should occur.
What is the current behavior?
An error occurs randomly as soon as an item enters in the dropzone. The (dropped) event happens anyway.
What are the steps to reproduce?
Classic connected dropzones.
My dropzones are not in the same component.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/cdk": "^7.0.0-beta.0"
"@angular/material": "^6.4.7"
"@angular/core": "^6.1.6",
Is there anything else we should know?
The error is located in drag-drop.es5.js.CdkDrop._sortItem (drag-drop.es5.js:1436)
var currentPosition = siblings[currentIndex].clientRect;
jorroll, oky1 and jspieker
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functions