| Summary: | chart data point hover tip broken in gtk3 VCL UI | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Erich E. Hoover <compholio> |
| Component: | Calc | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, raal |
| Priority: | medium | ||
| Version: | 7.2.5.2 release | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:7.4.0 target:7.3.2 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Erich E. Hoover
2022-02-08 16:59:22 UTC
Confirm with Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: 0723b41bed9bb4ad50d2993744a60177966d1a21 CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded Jumbo Works in VCL gen. GTK3 issue, adding CC to Caolán. what is sometimes the case for tooltips is that there is no "area" given for the tooltip, only a point, and gtk won't show a tooltip for an empty area Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ea1600eb54fac1ac980339535e25cce00f59b711 Resolves: tdf#147292 the area of the tooltip is wrong It will be available in 7.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. done in trunk, backport to 7-3 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/579d7f37018ff2271aafde73bd5d3bd547436cb7 Resolves: tdf#147292 the area of the tooltip is wrong It will be available in 7.3.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. (In reply to Commit Notification from comment #5) > ... > Affected users are encouraged to test the fix and report feedback. I can confirm that this is fixed in the dev build, thank you so much! |