Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Jan 2014 at 20:41 UTC
Updated:
29 Jul 2014 at 23:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerThis is really critical.
Comment #2
nod_Drupal.attachBehaviorsandDrupal.detachBehaviorsexpect a single DOM object as the context argument. tabledrag was passing an array of jQuery objects.Comment #3
nod_Oh and before anyone notice, ajax.js does it wrong too.
Comment #4
nod_and since we're using
.forEach()tagging for ie8 module.Comment #5
nod_Forget #3, the patch to test and commit is #2.
someone did notice ajax.js before me :D \o/ #2168171: ajax.js passes context as jQuery object to attachBehaviors and detachBehaviors, should pass plain object
Comment #7
nod_parent has been rolled back, put this in new patch.