Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
DragAndDropWrapper
I have the following situation. I have a Panel that has a CssLayout as content. The CssLayout has a HorizontalLayout as a header(that is wrapped in the DragAndDropWrapper) and another CssLayout as content. DragAndDropWrapper has drag start mode Component_Other and as drag image component the panel.
Using this setup following problem occurs: after a drag and drop is performed all options groups in the content layout are unchecked even if before the event all of them were checked.
If the DragStartMode is WRAPPER everything works OK. Is there an explanation to this problem?
Thx.