| Summary: | LO63b1: new Tip of the Day window has empty area selected | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Martin Srebotnjak <miles> |
| Component: | UI | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | heiko.tietze, mikekaganski, serval2412, thorsten.wagner.4 |
| Priority: | medium | ||
| Version: | 6.3.0.0.beta1+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.4.0 target:6.3.0.2 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 125257 | ||
| Attachments: | Tip of the Day screenshot | ||
|
Description
Martin Srebotnjak
2019-06-12 07:36:42 UTC
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. *** |