-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
CircuitPython Version
10.0.0-beta.3
Workflow(s)
USB
Browser(s)
Google Chrome 140.0.7339.133
Console Log
file_dialog.js:453 Uncaught (in promise) InvalidModificationError: The object can not be modified in this way.
_handleDelButton @ file_dialog.js:453
or
file_dialog.js:453 Uncaught (in promise) NotFoundError: A requested file or directory could not be found at the time an operation was processed.
_handleDelButton @ file_dialog.js:453
Steps
- Connect the board with built-in USB via USB Workflow
- Type something into the editor
- Click Save As
- Create a Folder
- Save the file inside that folder
- Click Open, Enter the subfolder, and attempt to delete the file.
Description
FileSystem API does not currently support moving entire folders, so an error is thrown instead. However, when the error is thrown, the app doesn't return control to the user.
Additional information
Creating an empty subfolder and deleting it seems to work fine.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working