Bug 142837 - test that each menu entry is available in each notebookbar
Summary: test that each menu entry is available in each notebookbar
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.2 all versions
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsUXEval
Depends on:
Blocks:
 
Reported: 2021-06-13 15:51 UTC by Jérôme
Modified: 2021-06-14 05:35 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jérôme 2021-06-13 15:51:22 UTC
In a 6.2.8.2 version, I couldn't find a few menu entries into the Groupedbar Compact UI although they existed into the traditional menu. However, I don't wont to display the traditional menu when using the Groupedbar Compact UI.

Is there an unit test in order the check that each menu entry which is available into one flavour of UI is available into the other flavours (classical menu  with Standard toolbar, Tabbed, Tabbed Compact, Groupedbar Compact, Contextual Single, Single Toolbar, Sidebar, ...) ?
Comment 1 V Stuart Foote 2021-06-13 17:48:39 UTC
The NB assemblages require two things, one that an UNO control exists for a command to be added, and secondly that a dev/designer for the NB deemed it appropriate to add to the NB flavor.

All commands do not need to be on every NB, and not all commands will have UNO control available to place it onto a NB.

So the premis of a unit test to validate composition of the NBs is nonsensical.

If there is a specific control you believe should be present on any of the MUFFIN NB assemblages--file a BZ enhancement ticket.
Comment 2 Heiko Tietze 2021-06-14 05:35:40 UTC
As Stuart said, unit tests for the presence of each command on the Notebookbars make no sense. But individual bug reports are very welcome.