Closed (fixed)
Project:
Display Builder
Version:
1.0.x-dev
Component:
Main / Misc.
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Dec 2025 at 09:21 UTC
Updated:
22 Dec 2025 at 09:42 UTC
Jump to comment: Most recent
Comments
Comment #2
pdureau commentedComment #3
pdureau commentedComment #4
just_like_good_vibesSome results on my investigation :
in
dropzone.js, if i remove theonceon.db-dropzone--root,and force re-scan of all draggable elements, then the bug disappears..
when a style is applied, one or some dropzone elements need to be re-treated with Sortable,
but the once on
db-dropzone--rootis preventing this from occuring.Comment #5
just_like_good_vibesafter some thinking, i suggest the usage of "once.remove" (on the element which recevied a once call in the dropzone behavior) when we have a style update.
Comment #6
just_like_good_vibesmaybe not, i am now iterating on that problem, i already find some working solutions, but i think there may be event better options inside dropzone.js code and react to changes like styles update or other changes.
Comment #7
pdureau commentedComment #9
just_like_good_vibesComment #11
pdureau commentedit works on for me
Comment #13
mogtofu33 commented