Task #53776
closedUsability: Misleading confirmation dialog when uploading files to filelist
100%
Description
When a user uploads files to the filelist, by using the drag'n'drop fileuploader a confirmation message "Shall existing files be overwritten?" appears.
This message is misleading in two ways:
- It appears always, even when the uploaded files won't overwrite any existing files
- The user is presented the options "Cancel" and "Ok". When pressing "Cancel" the files are uploaded anyway (but no files will be overwritten). IMHO "Cancel" suggests to cancel the whole action
- Only ask for confirmation, if at least one of the uploaded files will overwrite an existing file, and display the files which will be overwritten
- If the user selects "Cancel", cancel the whole action, and don't upload any files.
- If no files will be overwritten, just upload them without disturbing the user.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25523
Updated by Markus Klein about 11 years ago
- Tracker changed from Bug to Task
- Category set to Backend User Interface
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25523
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25523
Updated by Stefan Aebischer about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 495afb59adf47818215bb702a71ec5f79dfd4359.
Updated by Thomas Sperling over 10 years ago
As the commit is being reverted (https://git.typo3.org/Packages/TYPO3.CMS.git/commit/a5aed3722d6d512405bcedd200f9686828fdeccb), is there any progress in resolving the problem?
Updated by Markus Klein over 10 years ago
- Status changed from Resolved to Accepted
- Target version changed from 6.2.0 to next-patchlevel
Updated by Markus Klein over 10 years ago
We need a better strategy here. I guess we'd need to implement a server side check if a given file will cause an overwrite condition. There's no way to tell that only on the client side.
Updated by Frans Saris over 10 years ago
I created an issue for the UX team maybe they can com up with a replacement for the old checkbox then the problem is also kind of solved. http://forge.typo3.org/issues/55781
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from next-patchlevel to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Frans Saris over 9 years ago
- Status changed from Accepted to Closed
Resolved in TYPO3 7.4 see #55781