Updates:
        Owner: [email protected]

Comment #10 on issue 22941 by [email protected]: Textarea drag does hang  
the page on chrome-issues site (this site)
http://code.google.com/p/chromium/issues/detail?id=22941

The Windows (and Linux) drag-and-drop code needs to be improved to use the  
new DragOperation
parameters
that I added in CL 25629. At the drag source end it needs to specify which  
operations are allowed, and at the
drag destination end it needs to specify which operation is being used  
(based on modifier keys or whatever.)

I did this for the Mac code, but I have no knowledge of Windows or GTK APIs  
so I was not able to hook it up
on
those platforms; instead I just left some FIXME comments indicating where  
the work needs to be done. I didn't
think this would cause regressions since the old code wasn't using the drag  
operation either -- sorry about
that.

(I tried to assign this to jianli but it said "Issue owner must be a  
project member", so I'm going up the stack to
Dimitri.)

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to