In the rules UI I have two different tabledrag tables on a page, but it sets the wrong parent id for elements of the second one - it sets the parent id of the first table. This is because the selector just selects for tr.draggable:first on the whole page - which is obviously wrong for the second tabledrag table.
Attached patch fixes that problem.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | tabledrag_758514.patch | 685 bytes | drewish |
| tabledrag_fix.patch | 687 bytes | fago |
Comments
Comment #1
casey commentedyep that's what it should be.
Comment #2
dries commentedCommitted to CVS HEAD.
Comment #4
drewish commentedSeems like this would apply to D6 as well.
Comment #5
drewish commentedHere's a patch that applies with no fuzz.