Javascript: Make Rows Draggable Through Input Field Handles

Posted by Corey O. on Stack Overflow See other posts from Stack Overflow or by Corey O.
Published on 2010-06-06T17:30:03Z Indexed on 2010/06/06 17:32 UTC
Read the original article Hit count: 256

Filed under:
|
|
|
|

I have created a table with draggable rows. Unfortunately, most of the rows are covered with a large textbox input element. In order to drag the rows, you have to grab the row on the very edge just outside of the textbox. Is there a way to allow the rows to be grabbed through the textboxes without destroying the textbox functionality? (i.e. relay the mouse drag event, but not the mouseclick event?)

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about text