valor-software / ng2-dragula

Simple drag and drop with dragula
http://valor-software.com/ng2-dragula/
MIT License
1.91k stars 430 forks source link

shadow dom not working with library #1108

Open ietabhi opened 3 months ago

ietabhi commented 3 months ago

Describe the bug (required)

I am trying to use SPA combination with my application hence i need to use my child app inside shadow dom to avoid any changes in parent app.

My application drag drop completely stopped and not able to drag.

This is really required to match with current UI apps as multiple apps moving towards Single page apps

To Reproduce (required)

Steps to reproduce the behavior:

Any application inside shadow dom will not allow to drag/ drop

If your issue appears in a larger codebase and it you can't pin down why it is happening, please

URL with basic example : https://stackblitz.com/edit/angular-17-starter-project-e8arvi

Screenshots (optional)

NA

Versions (required)

Browsers affected (optional)

Chrome latest

Additional context (optional)

NA