The IE has a problem with an undefined variable in "Droppables.show".

You have to change line 92 from
  var affected = [];
to
  var affected = [], drop;

This is for "script.aculo.us dragdrop.js v1.7.1_beta3".

You can download from "http://www.wagener.nu/drag"; the
files "index.html", "common.js" and perhaps "log.js" and
use the original "prototype.js", "effects.js" and "dragdrop.js"
to verify this problem.

Regards...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to