When I do this: Click on status bar {language} - More It brings you to the last used tab in the "Character" dialogue box. I expect The "font" tab.
Some rough code pointers: <menu:menu menu:id=".uno:LanguageMenu"> <menu:menupopup> <menu:menuitem menu:id=".uno:SetLanguageSelectionMen framework/source/uielement/langselectionmenucontroller.cxx // entry for opening the Format/Character dialog ++nItemId; pPopupMenu->InsertItem( nItemId, FwlResId(STR_LANGSTATUS_MORE).toString()); pPopupMenu->SetItemCommand( nItemId, aCmd_Dialog );
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3ac80237f310366afef0f7b6c427889d652bd369 Resolves: fdo#81795 open the font tab via More... languages The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.