// Because we always insert before, we need to offset the height a bit.
if((y>(rowY-rowHeight))&&(y<(rowY+rowHeight))){
...
...
@@ -1074,4 +1083,4 @@ Drupal.theme.prototype.tableDragChangedWarning = function () {
return'<div class="warning">'+Drupal.theme('tableDragChangedMarker')+''+Drupal.t("Changes made in this table will not be saved until the form is submitted.")+'</div>';