Closed dmitry-kurmanov closed 7 months ago
Thank you @dmitry-kurmanov I appreciate you escalating this
@dmitry-kurmanov why it was reverted?
@dmitry-kurmanov why it was reverted?
we faced with a problem with one integration test for vue3 and reverted it for a while. I believe that we will include the fix in the next release
To solve this I was attempting to place SurveyJS in the Shadow DOM to separate tailwind and SurveyJS stylings. That worked with the new settings API described in the PR above. However, it seems that when drag&drop is used, it pulls the Shadow DOM root, and then get's the host property which is where it appends the dragged element. However, in that context the Survey JS CSS is not applied resulting in the element not appearing on screen.
IMO, the tree should look like this to pickup on the CSS...
What did I miss?
Edit: I'm working in React, incase that has implications, though I don't believe so.
Originally posted by @cworsley4 in https://github.com/surveyjs/survey-library/issues/5703#issuecomment-1992132190