Bug 84514
Summary: | REGRESSION(r105396): Can not drag and drop text while composing an iCloud.com email | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adele Peterson <adele> |
Component: | Evangelism | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | abarth, adele, ap, enrica, rniwa |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Adele Peterson
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
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
Unfortunately, I can't seem to create an iCloud account so I can't verify this myself.
Ryosuke Niwa
I've confirmed my diagnose. iCloud.com is considering all drop events to be files drops, which isn't necessarily the case.
Ryosuke Niwa
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
iCloud is going to fix this on their end. Resolving.
Ryosuke Niwa
(In reply to comment #5)
> iCloud is going to fix this on their end. Resolving.
Great! Thanks for the follow up.