Problem/Motivation

Table drag is broken with 9.1.x. This is caused by Bootstrap partially overriding table drag JavaScript. It seems like the breaking change in core is #3084916: Add a new Drupal.theme JavaScript function for theming the the show/hide row weight toggle and its wrapper in draggable tables.

Proposed resolution

Remaining tasks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lauriii created an issue. See original summary.

wombatbuddy’s picture

FileSize
1.07 KB
imclean’s picture

Status: Active » Needs review
wombatbuddy’s picture

FileSize
122.55 KB

After patching draggin start working, but we face with another issue - in Chrome console the error messages appears. To get rid of it you may disable the Bootstrap Tooltips in the settings of your theme. See the screenshot of the example

screenshot of the tooltips settings

joel_osc’s picture

joel_osc’s picture

Also dup of #3209773: this.$toggleWeightBUtton is undefined - which works better than this patch for me which generated a button with no text.

markhalliwell’s picture

Status: Needs review » Closed (duplicate)