Description: non visible items in menu Styles in Writer (see attach) Version: 5.4.0.1 Build ID: 962a9c4e2f56d1dbdd354b1becda28edd471f4f2 CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2; Locale: ru-RU (ru_RU.UTF-8); Calc: group Xubuntu 14.04.4 Steps to Reproduce: 1. Open Writer 5.4.0.1 on Linux 2. Select menu Styles 3. Look on spaces in menu Actual Results: menu Styles has a lot of space instead items Expected Results: menu Styles shows normal Reproducible: Always User Profile Reset: No Additional Info: on Windows in LO 5.4.0.1 menu Styles is OK User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:54.0) Gecko/20100101 Firefox/54.0
Created attachment 134265 [details] screenshot with spaces instead items of menu Styles
it seems to me like a duplicate of bug 107166... *** This bug has been marked as a duplicate of bug 107166 ***
(In reply to Xisco Faulí from comment #2) > it seems to me like a duplicate of bug 107166... > > *** This bug has been marked as a duplicate of bug 107166 *** my bug ONLY for Linux. In 107166 problem is on Windows, IMHO it is another bug... By me in Xubuntu LO 5.3.3 works fine. status -> UNCONFIRMED
So, it seems you reproduced it with gtk2. I can't reproduce it in Version: 6.0.0.0.alpha0+ Build ID: 08f6f9dded1b142b858c455da03319abac691655 CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; Locale: ca-ES (ca_ES.UTF-8); Calc: group To be certain the reported issue is not related to corruption in the user profile, could you please reset your Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and re-test? if it's still happening after resetting the profile, could you please try to bibisect this following the instructions from https://wiki.documentfoundation.org/QA/Bibisect/Linux ?
Cant repo it. Would suggest you test beta 2 and if that still doesnt fix it, clear your user profile. Version: 5.4.0.0.beta2+ Build ID: 81e7ef8d3941de527f21c1508389c9e09518680b CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-5-4, Time: 2017-06-08_04:31:09 Locale: en-US (en_US.UTF-8); Calc: group
(In reply to Yousuf Philips (jay) from comment #5) > Cant repo it. Would suggest you test beta 2 and if that still doesnt fix it, > clear your user profile. > > Version: 5.4.0.0.beta2+ > Build ID: 81e7ef8d3941de527f21c1508389c9e09518680b > CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; > TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-5-4, Time: > 2017-06-08_04:31:09 > Locale: en-US (en_US.UTF-8); Calc: group clear user profile -> solved my problem status -> NOTABUG ps: but, 5.4.0.1 and 5.3.3.2 installed parallel on Linux and use one user profile?
(In reply to kompilainenn from comment #6) > ps: but, 5.4.0.1 and 5.3.3.2 installed parallel on Linux and use one user > profile? Just another reason why each version should have its own user profile (check bug 57466 comment 15 for more info).
Steps to reproduce this bug and reveal the cause of it: 1. Install LO 5.3.7 with a fresh user profile. 2. Open Writer and create new menu with Tools->Customize tool. 3. Now the new file \AppData\Roaming\LibreOffice\4\user\config\soffice.cfg\modules\swriter\menubar\menubar.xml is created. This file contain description of new created menu AND all default menus too, in spite of that default menus are not changed, only new one menu was created in step 2. 4. Copy this file to menubar53.xml. 5. Upgrade to LO 5.4.4 (keep old profile). 6. Open Writer, open the Styles menu and see the bug (non-visible items). Close Writer. 7. Go to user profile and delete menubar.xml file. 8. Open Writer and see correct Styles menu. 9. Create new menu with Tools->Customize tool again. 10. Now new file menubar.xml is created again. Copy it to menubar54.xml (just to not to be confused with this files). 11. Open menubar53.xml in text editor and find this section: <menu:menu menu:id=".uno:FormatStylesMenu"> <menu:menupopup> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Standard&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Title&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Subtitle&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Heading%201&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Heading%202&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Heading%203&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Heading%204&FamilyName:string=ParagraphStyles"/> This section describes the Styles menu. 12. Open menubar54.xml and find corresponding section: <menu:menu menu:id=".uno:FormatStylesMenu"> <menu:menupopup> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Standard&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Title&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Subtitle&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Heading 1&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Heading 2&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Heading 3&FamilyName:string=ParagraphStyles"/> <menu:menuitem menu:id=".uno:StyleApply?Style:string=Heading 4&FamilyName:string=ParagraphStyles"/> 13. Compare the last four lines of cited above sections. This lines describes that invisible points of Styles menu. There is difference in symbols between the Heading word and numbers: %20 in menubar53.xml file, and simple space in menubar54.xml. Conclusion: Writer version 5.4 can't process menubar.xml file, migrated from Writer version 5.3. 14. Proof: delete menubar.xml. Copy menubar53.xml to menubar.xml. Open Writer and see the bug. 15. Open menubar.xml in text editor and replace the %20 to spaces. Open Writer and see correct Styles menu. This bug concern to bugs 57466, 115518
Created attachment 148079 [details] Styles menu gaps as they appear in LO Writer 6.0.7.3, MacOS 10.12 I'm seeing this problem in LO Writer 6.0.7.3, MacOS 10.12. Don't recall when Styles menu gaps first appeared but I installed/uninstalled LO beta not that long ago in attempt to fix a different problem (Bug 122145). Related perhaps?
Confirming that Kribly Krably suggestion for edits of menubar.xml partially fixes the problem for me. All Styles menu items appear now except for "Quotation" character style. I can see its entry in the menubar.xml but there is no %20 character entity to replace, nor any other variations from adjacent menu items.
Created attachment 148084 [details] Styles menu after XML fiddling (LO Writer 6.0.7.3, MacOS 10.12) All but one menu item available after fiddling with menubar.xml file, replacing "%20" with spaces. Missing in the menu is "Quotation" character style.
Dear Roman Kuznetsov, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug