Closed (outdated)
Project:
Theme developer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2009 at 12:35 UTC
Updated:
27 Jun 2018 at 13:22 UTC
Jump to comment: Most recent
Comments
Comment #1
cyberwolf commentedSubscribing
Comment #2
galaxor commentedThe problem seems to be that rows get added to the table by this module, and those rows have no cells in them. So testCell, there, is defined by
var testCell = $('> tbody > tr.draggable:first td:first, > tr.draggable:first td:first', table).prepend(indent).prepend(indent);
Well, since there is no tds in that row, that means that testCell will be a jquery object of length 0, and .get(1) will fail.
Now, the big question is: Why do the empty rows get created? I haven't dug in there enough to figure out why yet. But this is a lead.
Comment #3
kenorb commentedDrupal 6 is no longer officially supported. If you think this issue is still relevant for 8.x, feel free to re-open.