You can simply use the example at http://www.asp.net/AJAX/AjaxControlToolkit/Samples/DragPanel/DragPanel.aspx to see this bug.
In FireFox 3.0.7, dragging the panel past the edge causes scrolling the is jumpy = not smooth. I am not sure what was intended?
If you drop the panel, the drop is canceled (the panel reverts bask to its original position).
The behaviour looks very unprofessional. Either the browser should not scroll at all, or the scrolling should be smooth and the drop should work.
In IE 7.0.5730.13 dragging beyond the edge does not cause scrolling (although the scroll bar appear) and the drop does not work. Also, if you repeatedly try to drop while near/past the border edge, a javascript error will occur, stating the scrollLeft is invalid. On the sample url above, the error cannot be dismissed - it effectively keeps the page from being closed etc.
These problems make the DragPanelExtender unusable for simple dragging and dropping (not using a drop target).
Comments: Hi! It seems that the issue you described is reproducible with old version of the AJAX Control Toolkit library. Would you please upgrade to the current version (v15.1.4) and try to reproduce this behavior? Please, feel free to contact me if you have any questions. Best regards, Fadil
In FireFox 3.0.7, dragging the panel past the edge causes scrolling the is jumpy = not smooth. I am not sure what was intended?
If you drop the panel, the drop is canceled (the panel reverts bask to its original position).
The behaviour looks very unprofessional. Either the browser should not scroll at all, or the scrolling should be smooth and the drop should work.
In IE 7.0.5730.13 dragging beyond the edge does not cause scrolling (although the scroll bar appear) and the drop does not work. Also, if you repeatedly try to drop while near/past the border edge, a javascript error will occur, stating the scrollLeft is invalid. On the sample url above, the error cannot be dismissed - it effectively keeps the page from being closed etc.
These problems make the DragPanelExtender unusable for simple dragging and dropping (not using a drop target).
Comments: Hi! It seems that the issue you described is reproducible with old version of the AJAX Control Toolkit library. Would you please upgrade to the current version (v15.1.4) and try to reproduce this behavior? Please, feel free to contact me if you have any questions. Best regards, Fadil