It’s not (visibly) using the clipboard because it doesn’t trash the clipboard contents… where does it go?
It’s not (visibly) using the clipboard because it doesn’t trash the clipboard contents… where
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.
It’s up to the application. Typically nothing much happens during dragging, except for working out if the drag is over a suitable drop target. When the item is dropped, the target handles the drop event somehow, but it doesn’t have to store anything anywhere.