The branch "master" has been updated. The following is a summary of the commits.
from: b6051baa065d02eb704ca8251ccdf128a631657e 78e2654... Fix dragdrop.js when drop area contains scrollbars. ----------------------------------------------------------------------- commit 78e26541e9e9b9ed18f9638fdadb98e78861d39f Author: Michael M Slusarz <[email protected]> Date: Fri Mar 13 12:35:56 2009 -0600 Fix dragdrop.js when drop area contains scrollbars. Mouseover/mouseout events may not trigger when moving over a scrollbar, so we need to observe the current position by looking at the mousemove event instead. Works out for the better since we are already processing the mousemove event - allows us to remove 2 more global event observe calls. imp/js/src/dragdrop.js | 68 +++++++++++++++++------------------------------ 1 files changed, 25 insertions(+), 43 deletions(-) http://git.horde.org/diff.php/imp/js/src/dragdrop.js?rt=horde-hatchery&r1=0bc90a43d32c336e368adbdead0c20a297888642&r2=78e26541e9e9b9ed18f9638fdadb98e78861d39f __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
