1. Start Impress with gtk3 vclplug. 2. Right click on the slide. 3. Nothing happens.
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!