devextreme-react icon indicating copy to clipboard operation
devextreme-react copied to clipboard

Tables' events in Shadow Dom don't work

Open ilyashishov opened this issue 4 years ago • 0 comments

Bug Report

Package versions:

devexteme version: 21.1.5
devextreme-react version: 21.1.5

Steps to reproduce: https://codesandbox.io/s/fancy-dust-le72h

Current behavior:

If I use shadow dom, most of the function does not work: resize columns, reposition columns, edit cell by double click, select row by click and others. I try to use library [email protected] and I also try to use directly attachShadow, but I have the same result - it doesn't work. I tried to solve this problem by myself, and I found out that instead of CustomEvents I get standard onClick. But I don't know how to fix it.

Expected behavior:

Screenshots:

ilyashishov avatar Aug 29 '21 21:08 ilyashishov