On 3/3/06, Sean Mountcastle <[EMAIL PROTECTED]> wrote: > > Could you try to replace :tagname by :tag ? > > Thanks Nicolas, that seems to have fixed the tr vs 'tr' issue. The > version of dragdrop.js I have (from Rails 1.0) has the following > comment which threw me off: > tag: 'li', // assumes li children, override with > tag: 'tagname' > > It seems to work fine under Firefox now. Not sure what's up with > Safari, but I guess it's my problem. >
I don't know much about ruby on rails, but I've found this : http://dev.rubyonrails.org/browser/trunk/actionpack/lib/action_view/helpers/scriptaculous_helper.rb#L74 No use of :tagname but use of :tag : ---8<------ 83 [:tag, :overlap, :constraint, :handle].each do |option| 84 options[option] = "'#{options[option]}'" if options[option] 85 end ---8<------ Yours, Nicolas _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs