-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When changing file extension ask for confirmation #46528
Comments
Sounds reasonable and helpful indeed. @sorbaugh @AndyScherzinger @marcoambrosini for Files planning. |
I'd agree, while @T0mWz mentioned the OS level. So yes, I think this seems reasonable in general and something you can catch on the client level, so (since we are in the server repo) it makes sense to catch this in the WebUI and is would likely also be easily doable for the Mobile apps, yet for Desktop OS we would need to rely on the OS either asking the user, or not asking the user. Screenshots are from MacOS, but I can't say how the different Linux distros or rather their Desktop/file manager handle such renames - Windows behaves the same way like MacOS. So I would say web and Mobile should check if the file extensions (characters after the last dot changed) and if so launch an expicit confirmation screen with an explanation of the potential consequences as shown above. |
Yup, that’s how I also understood, as a function of the web interface (and mobile, yup). |
This would be a really nice QoL improvement. We'll look into it. |
This is a Frontend only task. Some notes:
Estimation: 3-5 days |
Assigning @fenn-cs |
We sometimes see users changing a file name, unintentionally / unknowingly deleting the extension dot or removing the whole extension. After which they cannot open the document because it is no longer recognized as such, resulting in user confusion.
Where on an operating system is explicitly asked for confirmation when accidentally changing / deleting an extension.
Is there a possibility to check if there is still an extension present when editing, or else give a notification?
Example what an OS will ask you, by changing an extension.
The text was updated successfully, but these errors were encountered: