Jump to content

text input doesnt work with Drang and Drop Javascript/HTML DOM


alexi_dst

Recommended Posts

Hi, I have this list of dragable items created with javascript/HTML DOM. The drag option works as expected but if you add in an input or textarea field you can you cannot add anything in that field. I hope you guys can help me solve this issue. Any input would be helpful. Here is a link where you can view the example:http://mercyplazadental.com/index.htmlThanks in advance!Alexi

Link to comment
Share on other sites

Yeah, that's how that library works. Notice that you also can't highlight the text (at least in Opera), the library captures the mouse over event on the underlying li element and intercepts clicks regardless of which other element you clicked on.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...