| Summary: | Areas from the context menu remain after exiting the presentation (VCL gtk3, DE kde and Xfce) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Vladislav Tarakanov <vladislav.tarakanov> |
| Component: | Impress | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, ilmari.lauhakangas, irgaliev01 |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 7.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:24.8.0 target:24.2.0.0.beta2 target:7.6.5 | ||
| Crash report or crash signature: | Regression By: | Caolán McNamara | |
| Attachments: |
Check with KDE
Check with Xfce |
||
|
Description
Vladislav Tarakanov
2023-11-23 10:09:55 UTC
Created attachment 190987 [details]
Check with KDE
Created attachment 190988 [details]
Check with Xfce
In earlier versions, right-clicking did not exit the presentation. The change to the current behaviour happened with e872d77cc0e5dc1571df4559101d0b80e40097c2 weld slidecontextmenu Bibisected with linux-64-7.2 I see in the console: (soffice:110512): Gtk-CRITICAL **: 18:10:05.806: _gtk_widget_captured_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed Exiting LibreOffice leaves it hanging and I have to kill it with Ctrl-C and it leaves behind an instdir/.lock file. This comes from back at: https://gitlab.gnome.org/GNOME/gtk/-/issues/1785 where the workaround for that causes this problem since the commit bisected above Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8f07984471add9cb2e7b4fddcfaa505cc7d508fe Resolves: tdf#158332 'fake' keystroke exits presentation It will be available in 24.8.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, backports to 24.2 and 7.6 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-24-2": https://git.libreoffice.org/core/commit/39f21446c0f0e9872f8871ab88233f5cbaa5eacc Resolves: tdf#158332 'fake' keystroke exits presentation It will be available in 24.2.0.0.beta2. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-6": https://git.libreoffice.org/core/commit/0a438f285f3b5310f5d7b63f0a3c6a857be360f2 Resolves: tdf#158332 'fake' keystroke exits presentation It will be available in 7.6.5. 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. Verified, thanks. |