When a page contains both resizable textareas and drag-n-drop tables, resizing a textarea breaks the d-n-d feature.

This is because on mouseup, textarea.js does a harsh $(document).unbind("mousemove");, that kills tabledrag.js bindings.

Attached patch fixes this. Rather straightforward.

To test this : er, through CCK...
- grab latest CCK HEAD
- create a text field using the 'Textarea' widget, make it multiple
- go to a node edit page for this content type, add 2 or 3 values, resize one of the textareas, then try d-n-d

CommentFileSizeAuthor
textarea.patch554 bytesyched
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gábor Hojtsy’s picture

Status: Needs review » Fixed

This looks logical and simple. Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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