diff --git a/src/core/frame.c b/src/core/frame.c index 3713ef5a9..32edc51cd 100644 --- a/src/core/frame.c +++ b/src/core/frame.c @@ -246,6 +246,12 @@ meta_frame_get_flags (MetaFrame *frame) flags = 0; + /* Disallow frame operations + * while the popup menu is open. + */ + if (frame->window->menu) + return flags; + if (frame->window->border_only) { ; /* FIXME this may disable the _function_ as well as decor