https://bugs.kde.org/show_bug.cgi?id=485661
--- Comment #35 from Benjamin Robin <[email protected]> --- I start to investigate this issue. Thank to @NicolasFella for the initial help! The root cause is in akonadi standardactionmanager.cpp, the function clipboardChanged() is called somehow when right-clicking and even when going over a menu. Which in turn generates the following call stack: - updateActions() - ActionStateManager::updateState() - ActionStateManager::enableAction() - enableAction() - delete menu. So when we go over a sub-menu, this delete the associated submenu (delete menu), which closes this submenu (which is normal since deleted)... Do now, the question is why, under Wayland, the function clipboardChanged() is called so often! -- You are receiving this mail because: You are watching all bug changes.
