Skip to content

master.lmde7

Choose a tag to compare

@github-actions github-actions released this 03 Mar 16:36
14c83ba
cinnamonEntry.js: Allow addContextMenu() to re-use an existing

PopupMenuManager.

If the St.Entry is inside of a popup menu (and *not* a modal dialog),
that menu's 'captured-event' handler can receive unintended events,
and react to focus loss, closing both the original popup and context
menu.

The original menu's manager can safely deal with multiple popups,
and ensure 'correct' behavior in this situation.

ref:
https://github.com/linuxmint/cinnamon/pull/13472