[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
Sat Mar 3 19:30:01 PST 2012


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





--- Comment #4 from Andy Estes <aestes at apple.com>  2012-03-03 19:30:01 PST ---
Created an attachment (id=130013)
 --> (https://bugs.webkit.org/attachment.cgi?id=130013&action=review)
Test case

Sam and I looked at this and created a test case.

The issue is that iCloud is changing the drop target from display:block to display:none in its drop event handler. When concludeEditDrag() hit tests for the drop target later, it gets a different element in return. This seems like a WebKit bug that we would dispatch an event to one element but then call concludeEditDrag() on another. We should use the same element.

Note that Firefox handles this case correctly.

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