- Issue created by @bwaindwain
- 🇳🇿New Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → .
- 🇨🇦Canada bwaindwain
I was able to fix this by changing web/core/core.libraries/yml from
misc/tabledrag.js: { weight: -1 }
to
misc/tabledrag.js: { }
which was inspired by https://www.drupal.org/project/drupal/issues/1945262 📌 Replace custom weights with dependencies in library declarations; introduce "before" and "after" for conditional ordering Needs work
- 🇮🇳India rinku jacob 13 Kerala
@bwaindwain, I have reviewed and tested your MR on Drupal 11.x-dev, and it was successful in removing the table drag weights from core.libraries.yml. Additionally, I can see the changes reflected in the UI, including the alignment table drag functionality. The row weights link has also been updated as expected.Thanks @bwaindwain
- 🇺🇸United States smustgrave
Caused a number of failures. Not 100% sure about the solution as this could have some impact on custom/contrib modules not just this core issue.
Also summary still needs some love.
- Status changed to Needs work
about 2 months ago 5:35am 18 August 2025 - First commit to issue fork.
Have also experienced this in Drupal 10, as mentioned stemming from the change in asset loading introduced in 10.4.
On some settings (such as Diff module) the icon is not just aligned oddly but causes wrapping issues:
In my testing this issue was only present when the Big Pipe module was enabled, rendering as expected otherwise.
Rather than modifying the core library I suggest changing the weight in Claro in new MR.