Quote menu item has no function. Please refer to attached screenshot. Found using Version: 6.2.0.2 (x64) Build-ID: 2ce5217b30a543f7666022df50f0562f82be0cff CPU-Threads: 8; BS: Windows 6.1; UI-Render: Standard; VCL: win; Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE Calc: threaded
Created attachment 148713 [details] Screenshot
It work on master, but in the UI file there is no difference between master and 6.2 rc can someone verify this bug.
(In reply to OfficeUser from comment #0) > Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE That's the reason it doesn't work. The Groupedbar .ui files use a wrong command: .uno:StyleApply?Style:string=Quotation&FamilyName:string=CharacterStyles But the "Quotation" style name is just the English UI name of that style, so it won't work in anything except an English UI. To make it work across all languages, the correct internal name should be used, i.e. "Citation". (In addition, the manual label assigned in the .ui files should be removed, as the command label can be pulled from WriterCommands.xcu.)
Thanks will prepare the fix.
andreas kainz committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/abfcf71acffeeeda49943f52b84e77a198e6cf07%5E%21 tdf#123018 Notebookbar Grouped fix Quote Font Style It will be available in 6.3.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.
andreas kainz committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/f5d0a81fc0eff8535c64488355a1b4412cfdbc66%5E%21 tdf#123018 Notebookbar Grouped fix Quote Font Style It will be available in 6.2.1. 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.