Bug 141137 - "AutoCorrect" submenu (and autocorrect options) are missing from the Groupedbar Compact and Tabbed toolbars
Summary: "AutoCorrect" submenu (and autocorrect options) are missing from the Groupedb...
Status: NEEDINFO
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.0.4.2 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillDesign, topicUI
Depends on:
Blocks: Notebookbar AutoCorrect-Complete
  Show dependency treegraph
 
Reported: 2021-03-21 00:03 UTC by Jeff Fortin Tam
Modified: 2023-11-24 22:40 UTC (History)
5 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 Jeff Fortin Tam 2021-03-21 00:03:23 UTC
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.
Comment 1 Heiko Tietze 2022-03-21 10:42:45 UTC
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.
Comment 2 Matt K 2023-11-24 22:40:26 UTC
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).