I am performing dragging of HTML elements.All is working fine but when is mouse is hovered very fast it leaves the HTML element back and moves along. Is there any way to avoid it. Thanks in Advance….
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
did you use the mousemove-event of the dragged element or of the document element?
when you used the event of the dragged element, then it will not fire when you leave this element, so when the mouse moves very fast, you could get outsite the element. Hope this helps.