Needs review
Project:
Gin Admin Theme
Version:
5.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2025 at 15:06 UTC
Updated:
21 Mar 2026 at 21:32 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
marco.pagliarulo commentedComment #3
marco.pagliarulo commentedComment #5
marco.pagliarulo commentedComment #6
marco.pagliarulo commentedComment #7
sandip commentedHi @marco.pagliarulo, thanks for the MR it resolves the issue properly and it also fix another issue for overflowing paragraph fields attaching SS for refernce.
Comment #8
sandip commentedMoving this issue to RTBC as there is no regression with this MR and it resolves this issue properly.
Comment #9
piridium commentedTested here as well and confirmed working nicely. MR611 also resolves the file widget overlap mentioned in the related issue.
Comment #10
piridium commentedAlso, if you add the following to _tabledrag.scss, the vertical alignment would be perfect:
At line 2:
And at the very end:
I tried it locally, but I can’t push the changes to the issue fork. (?)
remote: You are not allowed to push code to this project.Comment #11
sandip commented@piridium, please click on the Get Push Access button beside the fork. So you can push your changes.
Comment #12
giannis makantasis commentedAlso tested MR 611 and it seems to work fine . For anyone using Composer and cweagans/composer-patches, here's a patch file based on MR !611 for easy use. This helps if you're waiting for the MR to be merged.
Comment #13
piridium commented@sandip You saved me once again — that was exactly the problem. I’ve now added a small adjustment for the drag handles. Could I ask you to test it again?
Comment #14
sandip commentedYeah sure @piridium i am reviewing this one.
Comment #15
sandip commentedHi @@piridium, i observed in
/addpage it is looking good but in/editpage drag button is not in center.Comment #16
marco.pagliarulo commentedHi @sandip, the Tabledrag js was missing a class for the tabledrag handle inside the template. That prevented to move the handle outside the draggable item, so the css selector did not match. I pushed the fix. Please test it again
Comment #19
sandip commentedThanks @marco.pagliarulo for the solution it Fixed the align issue in Edit node page also. I have raised MR for both 4.1.x and 5.0.x since the issue exists there as well and it needs to be fixed in those branches too. I am moving this issue to RTBC. I have already added before and after images in #7 so i am not adding images again.
Comment #21
casey commentedWe are using the patch from #12. The patch no longer applies since #3515484: Nested paragraph with inline form widget and draggable breaks the table. Not sure if this issue have been fixed now.
I have rebased the MR for gin 5.x.
Attached is a snapshot of the latest state of the MR for safe usage with composer patches.
Comment #22
casey commentedComment #23
marco.pagliarulo commentedThe MR for Gin 4.1.x is update to take in count the changes already applied for #3515484.
I'll work asap to review the MR for Gin 5
Comment #24
marco.pagliarulo commentedComment #25
marco.pagliarulo commentedIn base on my tests now all 3 MRs are fine and solving the problem. Would be nice to get a final review and merged if appropriate
Comment #26
saschaeggi