| Summary: | Ambiguous File menu entry for creating a new document from a template | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | irrevdjohn |
| Component: | LibreOffice | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | rafael.palma.lima |
| Priority: | medium | ||
| Version: | 7.3.0.3 release | ||
| Hardware: | All | ||
| OS: | macOS (All) | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=104074 | ||
| Whiteboard: | target:7.6.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | Screenshot of menu | ||
|
Description
irrevdjohn
2023-04-13 12:39:55 UTC
Hi, thanks for the report. I'm guessing this "From Template..." is only used on MacOS, so I can't even see it on my computer. Do you see this in the Start Center? Can you share a screenshot of where this option is located? BTW I think renaming the command from "Template..." to "From Template..." could improve the understanding of the UI by users. Created attachment 186642 [details]
Screenshot of menu
In the Start Center, File menu options are similar to when a document is open, i.e. File > New reveals a sub-menu with ‘Templates…’ at the bottom. Other main menu items such as Tools and Help are also visible.
With Start Center closed and no documents opened on a Mac, the menu consists of only two items: ‘Libre Office’ and ‘Files’. Not even ‘Help’ is available (surely another oversight!). There is only a sub-menu for ‘Recent Documents’, and the ‘From Template…’ option is explicit. (see attachment).
It’s 15+ years since I used OOo on a MS Windows machine, so I only know the behaviour of LO on Macs. Closing all windows, including Start Center, leaves the app running with a much reduced menu bar. It’s in this version of the menu that ‘From Template…’ appears. Another curiosity — the keyboard shortcut in each case is different. ‘Templates…’ is invoked by shift-command-N, which opens the Templates dialog, filtered according to the type of document in the topmost window. So, if you’re working on a spreadsheet, shift-command-N shows you the available spreadsheet templates. If you’re editing a presentation, shift-command-N gives you presentation templates. ‘From Template…’ (available when neither docs nor the Start Center are open) uses command-R. This also opens the Templates dialog. In this case, LO remembers the filter in used when the dialog was last closed. Further caveat: if you're editing, say, a text document, and inadvertently use the command-R shortcut (rather than shift-command-N), your paragraph aligns to the right! This just shows how modal LO menus and shortcuts are — which is good, yes? So this is something that affects only MacOS (and from the source code, Windows is affected too). This menu only appears in the system tray when when LO is closed. IMO we should use "From Template..." in the file menu as well, which is simple to achieve. As for the shortcut situation, it should be possible to change it. But let's hear from the UX team about these changes. macOS keeps applications running after the main window is closed. The menu is kind of a quick starter and the respective menu generated via sfx2/source/appl/shutdowniconaqua.mm with STR_QUICKSTART_FROMTEMPLATE for the function in question. The naming was challenged before in bug 104074 (Summary in c10: (File > New >) Templates... is a bit unclear and could be renamed to "From Template...".) Same in bug 146161. Do you think we should drop the macOS specific command and/or align it with the proposed change in bug 104074? Renamed to "Template Manager..." Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7e3a9c7b82745f8765b5526f400243f0e8eff390 Resolves tdf#154787 - Ambiguous item on macOS quick start menu It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |