Description: GUI in Draw's Groupedbar Compact dissapeared after adding of table Steps to Reproduce: 1. Open new Draw drawing 2. Switch GUI to Groupedbar Compact 3. Add a table in to document (a table will be selected and GUI will be have icons for table) 4. Click on sheet out of table 5. GUI dissapeared (see attach) Actual Results: GUI dissapeared after inserting of table Expected Results: GUI change its view to normal Reproducible: Always User Profile Reset: No Additional Info: Версия: 6.2.0.3 ID сборки: 98c6a8a1c6c7b144ce3cc729e34964b47ce25d62 Потоков ЦП: 4; ОС:Windows 6.1; Отрисовка ИП: по умолчанию; VCL: win; Локаль: ru-RU (ru_RU); UI-Language: ru-RU Calc: threaded
Created attachment 148757 [details] No GUI after inserting of table
deleting of user profile didn't help
Reproduced in Version: 6.3.0.0.alpha0+ Build ID: f1f84cf7fae3c777908cfc5357a067db731367ac CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
Reproduced back to 7c0c1524f45e73ce24180efc26f969f370fbeb79, when the groupedbar was added to draw. Not reproduced in Impress
*** Bug 128851 has been marked as a duplicate of this bug. ***
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
Still repro in Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community Build ID: 7b8f630db30ee0066a9f4b6e540368d2fcad7fa8 CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: ru-RU (ru_RU); UI: ru-RU Calc: threaded
Bug still exists in 7.2.5.2 and 7.3.0.3 Steps to Reproduce: 1. Open Writer Document 2. Switch GUI to Groupedbar Compact or Groupedbar 3. Add a table in to document (a table will be selected and GUI will be have icons for table) 4. Click under the table on the sheet 5. lower half of menu GUI is partly disappearing 6. minimize and maximize window, menu is coming back... Actual Results: parts of menu GUI disappearing Expected Results: GUI switches back to normal Reproducible: Always Additional Info: Turning off Skia doesn't help Bug is present on PC with nvidia graphic Bug is present on notebook with intel graphic
Reproduced in Draw as described by Roman in description in: Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: ec4babad021218b75dfe8534985d7db525edde69 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded What St. Ernst described in Comment 8 is different and most likely is bug 141684, which should be fixed now. Hiding comment as "off-topic" just to reduce risk of confusion.
I don't really understand what is going on here, but... selection changed properly vcl/source/control/notebookbar.cxx:241: ::notifyContextChangeEvent[DrawPage] but then the context changes to [default] when table deactivates. I assume the activation comes from mrBase.AddSubShell(**iTargetShell); There is no deactivation going from DrawPage -> Table. If we can strategically (when nothing is selected) call GetViewShellBase().GetDrawController()->BroadcastContextChange() that would re-notify with the correct context.
(In reply to Justin L from comment #10) > If we can strategically (when nothing is selected) This was my attempt at guessing, https://gerrit.libreoffice.org/c/core/+/152178 Some other thoughts: -ContextChangeBroadcaster::Deactivate doesn't run when comphelper::LibreOfficeKit::isActive(). Is it really needed in the desktop? -perhaps it would just be better to turn off the broadcaster(s)? ContextChangeBroadcaster::SetBroadcasterEnabled In any case, this bug needs to be handled by someone familiar with the obviously flawed fundamentals. Bye...