copyTo/moveTo give EncodingError when trying to move/copy file within isolated file system root |
|||||
Issue descriptionRepro: * Author an HTML page with a drop handler, handle item.kind==='file' by calling webkitGetAsEntry, and for file entries (isFile), call getParent(), then try to moveTo() or copyTo() the item to a new name - see attached sample. * Drag a single file in Expected: * SecurityError Actual: * EncodingError: "A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs." If you drag a directory containing a single file a SecurityError is raised, which makes more sense.
,
May 16 2017
,
May 17 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Sep 27
,
Sep 27
,
Sep 27
,
Sep 27
Duplicated bug ( issue 639176 ) has a separate repro (file:// pages) for the same root cause.
,
Sep 28
I'll proceed with this issue. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by jsb...@chromium.org
, Nov 8 2016