Summary: | WebKit should either handle directory uploads or refuse directory drags | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Normal | CC: | adele, noel.gordon, oliver |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 21115, 25852 | ||
Bug Blocks: | 25913 |
Description
Eric Seidel (no email)
2009-05-19 17:52:40 PDT
Three tests for directory dragging are being added in editing/pasteboard/file-input-files-access.html as part of bug 25852. Looks like the zipping behavior is intended! https://bugs.webkit.org/show_bug.cgi?id=21115 Zipping behavior is client defined, it seems. I guess the current Safari client only choses to zip bundles, leaving CF Network to fail when trying to send directories. This bug is about that we should *refuse* the drag if we can't handle them. Or handle the directories properly if we accept the drag. Anything else is confusing to the user. Changing title to "WebKit should either handle directory uploads or refuse directory drags" currently we both accept the drag and fail the upload, see the above mentioned CFNetwork error message. |