Description: Pressing Alt+P shows styles sidebar instead of expanding &Plik ('File' in Polish) main menu. Steps to Reproduce: 1. open calc 2. Alt+P Actual Results: Styles sidebar shown. Expected Results: &Plik ('File' in Polish) main menu expanded. Reproducible: Always User Profile Reset: Yes Additional Info: Version: 7.6.4.1 (X86_64) Build ID: 60(Build:1) CPU threads: 2; OS: Linux 6.6; UI render: default; VCL: kf5 (cairo+xcb) Locale: pl-PL (pl_PL.UTF-8); UI: pl-PL Calc: threaded
Reproduced in Writer in: Version: 24.2.0.2 (X86_64) / LibreOffice Community Build ID: b1fd3a6f0759c6f806568e15c957f97194bbec8f CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: pl-PL Calc: threaded Long-press on Alt will show the underlined P accelerator on "Plik" in the menu bar, but using Alt + P will reveal the Styles sidebar (which is only supposed to be tied to Alt + 2). Not reproduced in: Wersja: 6.3.6.2 Identyfikator kompilacji: 2196df99b074d8a661f4036fca8fa0cbfa33a497 Wątki CPU: 8; System operacyjny: Linux 5.15; Render UI: domyślny; VCL: gtk3; Ustawienia regionalne: en-AU (en_AU.UTF-8); Język UI: pl-PL Calc: threaded Wersja: 6.0.0.3 Build ID: 64a0f66915f38c6217de274f0aa8e15618924765 CPU threads: 8; OS: Linux 5.15; UI render: domyślny; VCL: gtk2; Ustawienia regionalne: en-AU (en_AU.UTF-8); Calc: group NSLW, I assume the original "6.3.3.2" version you used in the Version field was a mistake? I just changd it to 7.6.4.1.
(In reply to Stéphane Guillou (stragu) from comment #1) > NSLW, I assume the original "6.3.3.2" version you used in the Version field > was a mistake? I just changd it to 7.6.4.1. Confirming.
Tried to bibisect in windows 10, version 7.6 but the problem seem to start before
Bibisected with linux-64-7.4 to 856887cbc8a0a2fd04b90ee2170948d34c8ff9c4 tdf#65911 add accelerators for style editing A bit of a tedious bibisect due to needing to download old versions from https://downloadarchive.documentfoundation.org/libreoffice/old/ and extracting with https://wiki.documentfoundation.org/Installing_in_parallel/Linux#Manual_installation per https://wiki.documentfoundation.org/QA/Bibisect#Bibisecting_language-specific_bugs
I search for languages where this would be a problem, with: git grep -i -A1 '~File\|~Edit\|~View\|~Insert\|F~ormat\|St~yles\|T~able\|Fo~rm\|~Tools\|~Window\|~Help' | grep -i -B1 'msgstr.*~p' bs/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Pogled" cs/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "Ú~pravy" dsb/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Pomoc" gug/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Pytyvõ" hr/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Prozor" hsb/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Pomoc" kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Pel" lt/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Priemonės" lv/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Palīdzība" pl/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Plik" sk/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Pomocník" sl/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Pomoč" sq/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Paraqitja" sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Pomoć" sun/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Pakakas" vec/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Parensa"
Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/577750482be1f003871fe0ed01e161d189c5871b tdf#159035: remove Alt-P (paragraph style) language menu conflicts It will be available in 26.2.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.
The other change made in bug 65911 was Alt-C for Character styles. git grep -i -A1 '~File\|~Edit\|~View\|~Insert\|F~ormat\|St~yles\|T~able\|Fo~rm\|~Tools\|~Window\|~Help' | grep -i -B1 'msgstr.*~c' cy/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Cymorth" ~Help ga/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Comhad" ~File kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "Pa~ce" ~Win vi/officecfg/registry/data/org/openoffice/Office/UI.po-msgstr "~Chỉnh sửa..." ~Edit and ~Tools
Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/800eeefdafbe07dac5fceaf947e8e078afc16664 tdf#159035: remove Alt-C (character style) language menu conflicts It will be available in 26.2.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.