Created attachment 144907 [details] Screenshot of Dutch Ingress reading a read-only PPt Hello everybody, On the Dutch version of Ingress I have this problem on my XGA (1024 x 768 resoulution) display: The text "Document is geopend in de modus alleen-lezen" ("Document is opened in read-only mode" overlaps the button "Document bewerken" ("Edit Document") See the attachment to see what happened Cheers, Dennis
Dennis: could you give a try to a more recent LO version 6.0.6 or 6.1.0?
Created attachment 145159 [details] Screenshot of Dutch Impress 6.0.6 reading a read-only PPT
(In reply to Julien Nabet from comment #1) > Dennis: could you give a try to a more recent LO version 6.0.6 or 6.1.0? Hello Julien, I updated my Kubuntu 18.04 system this weekend. "apt show libreoffice" shows me the following: [..] Version: 1:6.0.6-0ubuntu0.18.04.1 [..] As you can see in the new screenshot (that I actually did not include in this message but in the message I just posted, sorry for that), the problem still persists Thanks in advance, Dennis
Hi Dennis, (In reply to Dennis Holierhoek from comment #0) > The text "Document is geopend in de modus alleen-lezen" ("Document is opened > in read-only mode" overlaps the button "Document bewerken" ("Edit Document") I guess/expect the glitch disappears when one of the side bars is closed? It looks as if text on the info/notification bar just doesn't scale if it is too wide.
it overlaps the button a little bit. Same with English if the windows is resized
Created attachment 146568 [details] How it looks in LibreOffice 6.2 master in English
@heiko, I thought you could be interested in this issue...
The issue is clear, verbose text potentially exceeds the screen real estate. And the solution is to wrap and adjust the bar height too.
Let's make this an easy hack sfx2/source/dialog/infobar.cxx => SfxInfoBarWindow::Resize() I would think about DrawText() with DT_WORDBREAK but there might be alternative solutions in the LibreOffice sources.
Rasmus Jonsson committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/c92bfbf9506681468a471563a47eb84c6944a104%5E%21 tdf#119905 Infobar text overlap 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.