Melloware
Melloware
That DIV is created by the Jquery UI Sortable and its appended to body here. ```javascript appendTo: document.body, ``` See: https://api.jqueryui.com/sortable/#option-appendTo
I don't think Solution 3 is possible.
well maybe 3 is possible. Trying to determine that.
Please provide an executable example using the [PrimeFaces Test](https://github.com/primefaces/primefaces-test) project. It is the only way developers can debug your problem to help.
Good reproducer. This is a tricky one. I don't quite see it but it looks like when you click on the draggable its somehow stopping propagation of the change event....
This can be done now with `margin="100"` option on the sticky where you can tell it where to stick. Here is a reproducer of two stacked sticky. [pf-1835.zip](https://github.com/primefaces/primefaces/files/9792136/pf-1835.zip) ```xml ```
[pf-1848.zip](https://github.com/primefaces/primefaces/files/3843536/pf-1848.zip) Attached is a test case showing the issue.
Related: https://github.com/primefaces/primefaces/issues/8616 Related: https://github.com/primefaces/primefaces/issues/8019
@bjornerikolsen since you have done some analysis feel free to propose a PR.
I also submitted for adding the NPM version badge right on the README.MD: https://github.com/primefaces/primeflex/pull/134