-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Menus not working in plasma 5.9 with global menu enabled #13885
Comments
Hmmm, not sure but does this sound related to electron/electron#8455? And possibly a dupe of #6255? |
Definitely caused by electron/electron#8455, not sure about being a duplicate of #6255 though. |
I don't see any CPU overuse here, but after reading the comments from that electron's issue it seems you're right. |
I checked it and I have the same issue with Atom. There are also other apps that have this problem too (like: messenger for desktop). |
I have experienced this bug with both Atom and Discord, and have noticed that if you spam the menu buttons, eventually the menu will appear, but quickly close. |
@acerspyro The actual issue is that electron is constantly spamming over dbus and sending lots of |
This is fixed in electron/electron#10070. Can you backport this fix or update bundled electron? |
@gasinvein we're going to wait until a stable version of Electron is released that contains the fix before updating. Both 1.6.10+ and 1.7.x are in beta right now. |
@50Wliu so maybe this issue should stay opened until the update is released? |
I'm attempting to test this out but I don't see the issue as describe above on atom 1.21.0 and 1.15.0 see gif on 1.21.0(same as behavior as 1.15.0): After Electron upgrade 1.6.14 I see the same thing but some things on the menu kind of work, but not most things. I'm running kubuntu 17.04: @RGawenda unsure if I'm missing a step? |
@ungb You are using menu widget in single-button mode. For me this bug appears if a panel with menubar is present. |
@gasinvein like this? |
@ungb Nope. Place application menu widget on a pannel, like this: |
@gasinvein I think I can confirm this is fixed in master which we plan to hotfix soon. |
Working nicely for me with release 1.22.0-beta1 👍 |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
Description
When using global menu from JDE Plasma 5.9, atom menu shows, but doesn't work. Clicking any submenu doesn't show any submenu
Steps to Reproduce
Expected behavior: [What you expect to happen]
Clicking on a menu entry should show it's submenu dropdown.
Actual behavior: [What actually happens]
Nothing happens
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
Atom : 1.15.0-beta3
Electron: 1.3.13
Chrome : 52.0.2743.82
Node : 6.5.0
apm 1.14.1
npm 3.10.5
node 4.4.5
python 2.7.13
git 2.10.2
Kubuntu (Ubuntu 17.04) Ubuntu Zesty Zapus (development branch)
Additional Information
Setting the Global Menu (settings) style to: "Use single button for application menu", second level submenus are shown, but they're not functional. Third level submenu (as Packages) are not shown.
The text was updated successfully, but these errors were encountered: