Description: When the new tooltip window opens on macOS there is a rectangle in it selected that does not make any sense. See attached screenshot. BTW, all the text except for the bottom button bar is centered in the text area right of the bulb icon. However, the button bar is centered on the dialog width. This creates a clear mismatch in alignment and creates an unpleasant UX. Either the text above the button bar should be aligned left (to the bulb icon) or the button bar should start and be centrally aligned from the bulb icon right border (probably with reordering the check button somewehere else in the dialog). Steps to Reproduce: 1. Open LibreOffice and one of its modules. 2. 3. Actual Results: See the screenshot attached. Expected Results: The area should not be selected. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 152121 [details] Tip of the Day screenshot See the rectangle for yourself.
On Win10 with master sources updated today, I could reproduce this. => confirming. I noticed that: 86 else 87 { 88 m_pLink->set_uri(""); 89 m_pLink->set_label(CuiResId(STR_HELP_LINK)); 90 m_pLink->set_visible(true); 91 //converts aLink into the proper offline/online hyperlink 92 m_pLink->connect_clicked(LINK(this, TipOfTheDayDialog, OnLinkClick)); 93 } (see https://opengrok.libreoffice.org/xref/core/cui/source/dialogs/tipofthedaydlg.cxx?r=d1d44e1d#88) Heiko: should STR_HELP_LINK be removed? If not, any thoughts?
Looked good on Linux, *grmpf*. We should explicitely set the focus on the Close button since the (hidden) link to the local help is needed (of course we could dispose and recreate too).
Please verify or reopen.
Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/fdd826eefd0f184fd832582237a8ccdae3572f48%5E%21 tdf#125871 - new Tooltip window has empty area selected It will be available in 6.4.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.
Heiko Tietze committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/875ec40359b409f1dfb9cfbdf7085de1257226fb%5E%21 tdf#125871 - new Tooltip window has empty area selected It will be available in 6.3.0.2. 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.
*** Bug 125529 has been marked as a duplicate of this bug. ***
*** Bug 125391 has been marked as a duplicate of this bug. ***