Tools > Autocorrect > ...is a pretty important menu. It not only lets you turn on/off autocorrect, but it also lets you access the Autocorrect Options dialog, which is pretty important because it lets you handle localization settings, replacements, capitalization settings, and also manage the collected dictionary of words for autocompletion, which can sometimes be quite borked up depending on the document, so it's important to able to access that. However, the Tabbed and Groupedbar toolbar modes do not provide you with any way to access this, even in the "Review" menubutton.
Good example why this kind of UI is a failure from the beginning, IMO. Makes no sense to squash hundreds of function into the primary UI. The least adverse effect is when we add the command to the Tools menu. Code pointer: sc/uiconfig/scalc/ui/notebookbar.ui | notebookbar_groupedbar_compact.ui sd/uiconfig/sdraw/ui/notebookbar.ui | notebookbar_groupedbar_compact.ui sd/uiconfig/simpress/ui/notebookbar.ui | notebookbar_groupedbar_compact.ui sw/uiconfig/swriter/ui/notebookbar.ui | notebookbar_groupedbar_compact.ui <object class="GtkMenu" id="Menu Tools"> The main menu entry is .uno:AutoFormatMenu with the commands .uno:OnlineAutoFormat, .uno:AutoFormatApply, .uno:AutoFormatRedlineApply, and .uno:AutoCorrectDlg.
I'm not able to repro with the following: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: e37dcb3ca36bb6c23b15757e6e556ad25832398c CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: threaded For Grouped mode, you simply need to enable the Menubar toggle under "Menu" on the far right-side of the bar. This will give you the Tools Menubar. For Tabbed mode, the "Autocorrect" menu is available under "Review"->"Review" (on the far right-side of the bar).
Dear Jeff Fortin Tam, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
Clearing the NEEDINFO status as there is no more information needed on my part as far as I can tell, this issue has not changed with 24.2.x. Requiring the user to enable the whole menubar on top of the toolbars that have "Review" menubutton is counterproductive, goes against what seems to be general design intent of those groupedbar and tabbed toolbars UIs, and wastes vertical space. If I wanted to use a whole menubar, I would be using the traditional toolbars (or no toolbars at all). I'd expect this submenu to be present in the "Review" menubutton by default, instead.