Comment #4 on issue 18818 by pierre.lafayette: Items dragged from Download page should indicate when they cannot be dropped on a TabContents area. http://code.google.com/p/chromium/issues/detail?id=18818
I've debugged this, the dragged download item's drop target identifies it as not being able to accept the drop. The RenderView sends out the ViewHostMsg_UpdateDragCursor message however it does not get processed until you release the drag. However this works from the download shelf if you try dragging the same item. The message gets processed immediately in this case and as such the cursor updates to the no-drop icon accordingly. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
