I upgraded to jQuery 1.3.2 this morning for a different part of my site, and now I get this nasty error on my draggableviews:

Error: [Exception... "Node cannot be inserted at the specified point in the hierarchy"  code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)"  location: "http://my-site.com/misc/jquery.min.js?f Line: 12"]
Source File: http://my-site.com/misc/jquery.min.js?f
Line: 12

I am javascript-illiterate so I have no idea what this means or how to fix it. The page looks like normal but won't save any changes after rearranging the nodes. I gather from #358082: jQuery 1.3 in Drupal 6.x that there are lots of modules that have to make little updates to work with 1.3.2.

Thanks!

Comments

sevi’s picture

At the Style-plugin settings disable "Show expand Links", just to be sure the js-error doesn't come from there. But I don't think that this is the reason.

The javascript for rearranging nodes is called "tabledrag.js" and comes with drupal-core. You may ask the Drupal-Core team.

leenwebb’s picture

Status: Active » Closed (fixed)

Nope, the expand links setting doesn't make a difference.

I'm seeing the same error with other table drag things around the site, so I bet you're right that it's an issue in that core js file.