After #653580: Upgrade to jQuery 1.4 was applied, I noticed that when you go to a page that doesn't have any menu items to manage (ex: /admin/structure/menu/manage/main-menu ) there is a error of :
$(".indentation", testCell).get(1) is undefined -- Line 78 of tabledrag.js
This error occurs if the overlay module is on or not.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | tabledrag_indentation_d6-737596-14.patch | 970 bytes | goron |
| #5 | tabledragjquery14.patch | 1.06 KB | casey |
Comments
Comment #1
aspilicious commentedCannot reproduce with latest head.
Try to install again with latetst head, clear all caches and report back.
Comment #2
cosmicdreams commentedHm...... well I'll give this a day. I deleted all of my major directories, refreshed from HEAD, flushed my browser and site cache. Saw the issue again in Firefox 3.5 and Chrome 5 (beta).
Comment #3
cosmicdreams commentedHm......... "testcell". @aspilicious: do you have the Testing module enabled?
Comment #4
aspilicious commentednop.... :)
So this is a real issue!
Nice find!
Comment #5
casey commentedI can.
Comment #6
aspilicious commentedYou removed a comment, can you write a new one?
Comment #7
casey commentedPatch doesn't do that any more; so that comment is obsolete.
Comment #8
aspilicious commentedYou're right, and the comment above is telling what is happening.
Codewise this looks good but I need cosmicdreams or someone else to confirm that the message is gone.
Comment #9
cosmicdreams commentedI'm about to test this patch. Stay tuned.
Comment #10
cosmicdreams commentedYep, that patch fixed the issues I was seeing in Firefox 3.5 and Chrome
Comment #11
webchickCommitted to HEAD, thanks.
Comment #13
dkinzer commentedI was seeing this only when devel_themer was enabled.
Comment #14
goron commentedThis same problem is present in D6 as well. It's not as visible because as far as I can tell it doesn't happen anywhere out of the box, but it can come up if any module creates a draggable table that can be empty.
Here's a rerolled patch for D6. Pretty much exactly the same as the patch that got committed to D7 above.
Comment #15
goron commentedactually this would be a better status