[Webkit-unassigned] [Bug 79443] REGRESSION (r105396): Dragging an iWork document into icloud.com opens it in the Mac app instead of uploading it to icloud.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 13:00:47 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79443


Andy Estes <aestes at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aestes at apple.com




--- Comment #3 from Andy Estes <aestes at apple.com>  2012-02-27 13:00:47 PST ---
I'm taking a look at this now. I'm working on creating a test case, but a quick debugging session showed me that m_dragDestinationAction & DragDestinationActionDHTML is true in DragController::performDrag() when m_isHandlingDrag is false. This means that the code block bound by if (m_isHandlingDrag) prior to r105396 is now being executed, and that's causing this particular behavior difference.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list