I know this is a fairly specific question, but I’m going for it…
I am using Orangoo’s tools to make sortable list. The form works fine. See his example:
http://orangoo.com/AJS/examples/sortable_list.html
However, if I want to add inputs or other form elements, I cannot click on the input. The mouse will be there for a second and then disappear because the ondrag event handling stuff is taking over.
I don’t want to remove the drag event from the LI because I do want to reorder the input elements. Instead, I want a way to keep the focus or ignore the ondrag handling if I click on an input. I can’t figure out how to override the ondrag event though. If anyone is able to help, I would greatly appreciate it!
Thanks for answering! I ended up giving in and just turning off the event handler.