> When binding an event handler via DOM2 methods, the return value of
> the functions does not matter. You stop the propagation by other
> means, abstracted to Event.stop(event_object) in prototype.js
> 
> Bye,
>   Martin

The main problem is that Event.stop stops the onclick event, but it does
not stop the link from firing (at least, in my experience).  Use the
'handle' option to have another item be the actual draggable part (SPAN
is great for this).

Greg
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to