When prototype.js is included in a webpage, tabledrag is not functioning properly when the items in the table are dragged. When an element is dragged its not sticking to the new location and producing the following error:

$(this.element)[directions[d]] is not a function
[Break on this error] var checkRow = $(this.element)[directions[d]]();\n tabledra...251035687 (line 1007)

This may not be relevant to the core drupal project which already ships with jQuery framework. But by seeing that there are lot of changes made to the core JavaScript files to facilitate the inclusion of other JavaScript frameworks, it would be good to address this issue.

Comments

julien’s picture

casey’s picture

Status: Fixed » Active

satynos were you testing with just prototype.js, or did you have prototype plugins or something like that enabled?

roborn’s picture

Status: Active » Fixed

Status: Active » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.