RESOLVED WONTFIX 84514
REGRESSION(r105396): Can not drag and drop text while composing an iCloud.com email
https://bugs.webkit.org/show_bug.cgi?id=84514
Summary REGRESSION(r105396): Can not drag and drop text while composing an iCloud.com...
Adele Peterson
Reported 2012-04-20 16:56:47 PDT
REGRESSION(r105396): Can not drag and drop text while composing an iCloud.com email - Log into icloud.com - Compose an email with multiple lines - select a line of text and try to drag it to the beginning of the message. Observe a "Cannot upload attachment" error message alert. Regressed in http://trac.webkit.org/changeset/105396
Attachments
Ryosuke Niwa
Comment 1 2012-04-26 23:17:36 PDT
This might be a bug on iCloud. http://trac.webkit.org/changeset/105396 changed WebKit so that it fires drop event on edit drag. My guess is that iCloud isn't checking types attribute on the dataTransfer interface: http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dom-datatransfer-types
Ryosuke Niwa
Comment 2 2012-04-26 23:30:11 PDT
Unfortunately, I can't seem to create an iCloud account so I can't verify this myself.
Ryosuke Niwa
Comment 3 2012-07-31 21:18:27 PDT
I've confirmed my diagnose. iCloud.com is considering all drop events to be files drops, which isn't necessarily the case.
Ryosuke Niwa
Comment 4 2012-07-31 21:19:29 PDT
The question is whether we should consider this is a compatibility issue, revert the change, and ask whatwg/W3C to change the spec, or we should contact iCloud.com to change "fix" their website.
Adele Peterson
Comment 5 2012-08-01 10:08:56 PDT
iCloud is going to fix this on their end. Resolving.
Ryosuke Niwa
Comment 6 2012-08-01 10:09:21 PDT
(In reply to comment #5) > iCloud is going to fix this on their end. Resolving. Great! Thanks for the follow up.
Note You need to log in before you can comment on or make changes to this bug.