https://bugs.documentfoundation.org/show_bug.cgi?id=148197
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #17 from Caolán McNamara <[email protected]> --- perfect, that gives me what I need to know. #0 0x00007f37e8625e2a in gtk_tree_model_get_iter () from /lib/x86_64-linux-gnu/libgtk-3.so.0 #1 0x00007f37e8626091 in gtk_tree_model_get_iter_first () from /lib/x86_64-linux-gnu/libgtk-3.so.0 #2 0x00007f37e8bf3eb3 in virtual thunk to (anonymous namespace)::GtkInstanceTreeView::get_iter_first(weld::TreeIter&) const () at ./vcl/unx/gtk3/gtkinst.cxx:12846 #3 0x00007f37c56c7eee in SwContentTree::CommandHdl (this=0x55b6c3e5a5e0, rCEvt=...) at /usr/include/c++/11/bits/unique_ptr.h:173 #4 0x00007f37e8c14cc7 in (anonymous namespace)::GtkInstanceWidget::signalPopupMenu (pWidget=0x7ffe668b3590, widget=0x55b6c3e67a50) at ./vcl/unx/gtk3/gtkinst.cxx:2639 ... #19 0x00007f37e8682a5b in gtk_window_propagate_key_event () from /lib/x86_64-linux-gnu/libgtk-3.so.0 so this suggests that the context menu is triggered by the keystroke and the problem is with the context menu when nothing is selected in the treeview, but focus is in there. And I can reproduce by launching the navigator, click a row in the treeview, click the row again to unselect it (but focus is still in there) and press (on my keyboard) the dedicated "menu" button. -- You are receiving this mail because: You are the assignee for the bug.
