Bug 128525

Summary: Ask for the filename before creating a new file from a template on iOS
Product: LibreOffice Reporter: Nicolas Christener <contact>
Component: iOS EditorAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: enhancement CC: tml
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: iOS   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=125755
Whiteboard:
Crash report or crash signature: Regression By:

Description Nicolas Christener 2019-11-01 08:38:34 UTC
Description:
The iOS app offers a "create new from template" functionality which will create a new file and (re-)use the filename of the template.

In most of the cases the user will then need to rename the file after editing and it would be very much welcome if one could set the name in the process of instantiating the template.

My proposed workflow:
1.) user opens the app and navigates to the folder where the new fill should be created
2.) click the "+" button
3.) choose the template
4.) the app asks for the new filename
5.) the new file gets created from the template and the filename the user provided is used

Steps to Reproduce:
See description.

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No



Additional Info:
Comment 1 Nicolas Christener 2019-11-01 08:40:31 UTC
It would be good to restrict the input field for the new name in a way, that users can't enter characters into the field with the filename that the app can't open, see #125755.
Comment 2 How can I remove my account? 2019-11-21 11:24:06 UTC
Asking the document name would be the first instance of the app actually presenting some own native UI;) So far it is using completely system-provided UI (the document browser), or the stuff shared with web-based Online. Looking into this now.
Comment 3 How can I remove my account? 2019-11-21 11:24:51 UTC
I'd prefer to fix bug #125755 instead of not accepting such mishandled file names.