jQuery table drag and drop plugin within iFrame
Posted
by Bala
on Stack Overflow
See other posts from Stack Overflow
or by Bala
Published on 2010-03-09T06:33:19Z
Indexed on
2010/03/09
6:36 UTC
Read the original article
Hit count: 704
I am using the latest version (0.5) of Table Drag and Drop plugin (http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/) for jQuery. I have a problem when the table with the draggable rows is inside an iframe. When I drag a row and take it to the top, the page will not scroll (even after explicitly setting scrollAmount to a positive value). Scrolling works on the same table if it is not inside an iframe. Has anyone faced this problem? Has anyone figured out a solution for this?
© Stack Overflow or respective owner