| Summary: | gtk3 context menus sometimes don't work in Impress | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Maxim Monastirsky <momonasmon> |
| Component: | graphics stack | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | major | CC: | caolan.mcnamara, h3734236 |
| Priority: | medium | ||
| Version: | 5.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:5.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Maxim Monastirsky
2016-03-13 21:11:35 UTC
works fine for me as far as I can see every time. How about right clicking on the "gray" area of the main panel, the bit outside the slide. Does that always work (asking because that's a far "simpler" case where there's less thing that might be trying to launch a menu) (In reply to Caolán McNamara from comment #1) > How about right clicking > on the "gray" area of the main panel, the bit outside the slide. No difference. Looking at the terminal I have those each time it fails: (soffice:12873): GLib-GObject-CRITICAL **: g_object_set_data: assertion 'G_IS_OBJECT (object)' failed warn:vcl:12873:1:vcl/source/window/mouse.cxx:472: Window::ReleaseMouse(): window doesn't have the mouse capture And when closing LO: warn:legacy.osl:12562:1:vcl/source/window/window.cxx:327: Window ( 19SfxFrameWindow_Impl()) with live SystemWindows destroyed: 18MenuFloatingWindow() 18MenuFloatingWindow() 18MenuFloatingWindow() Window ( 19SfxFrameWindow_Impl()) with live SystemWindows destroyed: 18MenuFloatingWindow() 18MenuFloatingWindow() 18MenuFloatingWindow() I'm with Fedora 23 if that matters. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0ee0e8010f986b67d696111ff4ea269ccf904aba Resolves: tdf#98638 sometimes menu grab doesn't take It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. flipped from f24 to f23 and could reproduce it then. Seems to be a conflict with an earlier grab with a later timestamp. Seems to work fine now. Thanks! |