Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Drag and drop misbehaves (clone element is displayed above the cursor) when specify the style (ex: margin-top as 100px) to draggable element. We can able to reproduce this issue in TreeView and Draggable element.

TreeView issue sample: https://stackblitz.com/edit/angular-bezb4g?file=app.component.html
Expected output: Clone element should be displayed below the cursor.

Replication procedure:
1. Run the sample https://stackblitz.com/edit/dnisds-wxy9iq?file=index.html
2. Drag element.
3. Now clone element is moved above the dragged element based on the inline style.

Sample: https://stackblitz.com/edit/dnisds-nkfpqw?file=index.ts