--- advpoll-vote.js.orig 2010-06-22 23:32:42.000000000 +0200 +++ advpoll-vote.js 2010-06-23 14:28:06.862125000 +0200 @@ -165,7 +165,7 @@ Drupal.behaviors.rankingDragAndDrop = fu else { // Hack to have tabledrag.js parse the new table rows. $existingChoicesTable.removeClass('dragtable-processed'); - Drupal.attachBehaviors(); + Drupal.attachBehaviors($existingChoicesTable); } $(".vote-status", mainForm).show().html(Drupal.t("Choices remaining: %choices", {"%choices" : maxChoices - currentChoices})); if (currentChoices > maxChoices) {