Hello,

created a view which lists a users top 5 nodes.

the ability to reorder works fine in chrome and ff. however in IE we have a slight problem.

when reordering my nodes in FF or chrome after dropping the selected row a little yellow box appears telling me to save the order. - brilliant.

however in IE i find that no yellow box appears. and even after dropping when i move my mouse up/down the selection still remains.. thus changing the order.

i figurer this to be a Jquery problem because when i go to the blocks page the same thing happens in IE. now using the demo of this module (on front page) i opened in IE and to my surprise it works. no problems. now If anybody can shed any light because in all honesty im out of ideas. im sure its something to do with the version of JQUERY ui. which ive reverted back to 1.6 from 1.7. but still nitto.

any help very much appreciated.

Comments

NaX’s picture

Version: 6.x-3.4 » 6.x-3.x-dev
Status: Active » Needs review

I found a problem where IE8 & IE9 gave a JS error.

Message: 'cell.0.colSpan' is null or not an object
Line: 132
Char: 11
Code: 0
URI: /sites/all/modules/jquery_update/replace/tabledrag.js?P

After some searching I found a solution in a Jquery Update issue.
See comment #16 in the following link.
http://drupal.org/node/775162#comment-4316658

ygerasimov’s picture

Status: Needs review » Closed (duplicate)

Closing issue as it is core/jquery update tabledrag.js problem and not of draggableviews.