Description: Bottom left of the dialog, the check-boxes with labels overlap on top of the buttons and rightmost button is on top of the second one along. It feels like the minimum dialog size is too small to fit all the GUI elements for some reason and therefore forces overlap. Obviously dialog is not resizable. Viewing on an XPS13 screen, in case the problem is related to display and scaling. Steps to Reproduce: 1. Help -> Restart in Safe Mode… Actual Results: Dialog has overlapping GUI elements Expected Results: Elements in the dialog do not overlap Reproducible: Always User Profile Reset: Yes Additional Info: Version: 6.0.4.2 Build ID: 6.0.4-2 CPU threads: 4; OS: Linux 4.16; UI render: default; VCL: gtk3; Locale: en-GB (en_GB.UTF-8); Calc: group
Created attachment 142729 [details] sceenshot of problem
Not reproducible for me with LibreOffice 6.0.4 from Ubuntu PPA (16.04 x86-64). From your screencopy, it seems you use a big character size for the default font. Best regards. JBF
I can confirm this. Steps to reproduce: * Change the police in the OS settings * Follow Kat steps Actual Results: Dialog has overlapping GUI elements Expected Results: Elements in the dialog do not overlap The dialog box would be resizable. Version: 6.0.4.2 Build ID: 1:6.0.4~rc2-0ubuntu0.18.04.1 Threads CPU : 8; OS : Linux 4.15; UI Render : par défaut; VCL: kde4; Locale : fr-FR (fr_FR.UTF-8); Calc: group
Created attachment 142803 [details] Confirm Bug
I can also confirm that I've now seen the issue in other parts of the LO Calc UI, for example in the dialogs for conditional formatting.
(In reply to Jean-Baptiste Faure from comment #2) > Not reproducible for me with LibreOffice 6.0.4 from Ubuntu PPA (16.04 > x86-64). > From your screencopy, it seems you use a big character size for the default > font. I haven't changed my character size so I think this might be caused by my screen size and the OS scaling. If the problem is the font size, then this is an accessibility bug as well as a usability one because accessibility features include increasing font size for easier reading.
Hello Kat, Do you reproduce it if you call LibreOffice like: SAL_USE_VCLPLUGIN=gen soffice ? Could you please paste the info from Help - About LibreOffice?
(In reply to Xisco Faulí from comment #7) > Hello Kat, > Do you reproduce it if you call LibreOffice like: SAL_USE_VCLPLUGIN=gen > soffice ? Can't reproduce it with that > Could you please paste the info from Help - About LibreOffice? Version: 6.0.4.2 Build ID: 6.0.4-2 CPU threads: 4; OS: Linux 4.16; UI render: default; VCL: x11; Locale: en-GB (en_GB.UTF-8); Calc: group
Hi Kat, Thanks for testing. Please, test the info from About LibreOffice when calling LibreOffice with 'soffice' without the SAL_USE_VCLPLUGIN=gen
(In reply to Xisco Faulí from comment #9) > Please, test the info from About LibreOffice when calling LibreOffice with > 'soffice' without the SAL_USE_VCLPLUGIN=gen Still same as in the first comment: Version: 6.0.4.2 Build ID: 6.0.4-2 CPU threads: 4; OS: Linux 4.16; UI render: default; VCL: gtk3; Locale: en-GB (en_GB.UTF-8); Calc: group
Finally, does it happen with SAL_USE_VCLPLUGIN=gtk soffice ? Thanks in advance
(In reply to Xisco Faulí from comment #11) > Finally, does it happen with SAL_USE_VCLPLUGIN=gtk soffice ? > Thanks in advance It works with gtk2
(In reply to Kat from comment #12) > (In reply to Xisco Faulí from comment #11) > > Finally, does it happen with SAL_USE_VCLPLUGIN=gtk soffice ? > > Thanks in advance > > It works with gtk2 Thanks, then it's a GTK3 problem
what screen resolutions and font sizes are in use where this kicks in ? I'm wondering if there's a bug in getting the working area for the screen, or whether the working area is good, and the dialog simply won't fit on screen at which point something has got to give. converting this dialog to a native gtk one would probably solve the overlapping issue for gtk3 by definition, though perhaps result in a dialog partially off-screen.
@Kat, @Brascens, Could you please reply to comment 14 ? OTOH, is the issue still reproducible with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ?
This patch [1] should help with this issue. [1]: https://cgit.freedesktop.org/libreoffice/core/commit/?id=21752f20e29040dfa6e2ac0e46099971765af50e
because this is now a native gtk3 dialog in master I'll tentatively suggest that this overlapping problem is fixed. Though possibly now showing a new, but different problem.