MenuItems not working #499

Closed
opened 2026-01-29 16:41:14 +00:00 by claunia · 3 comments
Owner

Originally created by @cdespinosaagmx on GitHub (May 21, 2020).

Originally assigned to: @GregorBiswanger on GitHub.

  • Version: ElectronNET API & CLI 8.31.2 +
  • Target: .NET Core 3.1 + NodeJS v12.16.2

Steps to Reproduce:

  1. Run the application with VS 2019 Electron.Net App
  2. Try to click menu items

Nothing is happening when i click menu items like Edit, View, Window, Help in the application, it is something that is not happening in version 8.31.1

Originally created by @cdespinosaagmx on GitHub (May 21, 2020). Originally assigned to: @GregorBiswanger on GitHub. <!-- Please search existing issues to avoid creating duplicates. --> <!-- Which version of Electron.NET CLI and API are you using? --> <!-- Please always try to use latest version before report. --> * **Version**: ElectronNET API & CLI 8.31.2 + <!-- Which version of .NET Core and Node.js are you using (if applicable)? --> <!-- What target are you building for? --> * **Target**: .NET Core 3.1 + NodeJS v12.16.2 <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://donorbox.org/electron-net) --> Steps to Reproduce: 1. Run the application with VS 2019 Electron.Net App 2. Try to click menu items Nothing is happening when i click menu items like Edit, View, Window, Help in the application, it is something that is not happening in version 8.31.1
claunia added the bug label 2026-01-29 16:41:14 +00:00
Author
Owner

@srameh commented on GitHub (May 21, 2020):

I am getting the same error after upgrading to ElectronNET API & CLI 8.31.2

@srameh commented on GitHub (May 21, 2020): I am getting the same error after upgrading to ElectronNET API & CLI 8.31.2
Author
Owner

@GregorBiswanger commented on GitHub (May 21, 2020):

duplicate of #401

I suspect that with a more recent Electron version the rules have become a bit stricter... I will implement a workaround... or should it remain that way by default?

@GregorBiswanger commented on GitHub (May 21, 2020): duplicate of #401 I suspect that with a more recent Electron version the rules have become a bit stricter... I will implement a workaround... or should it remain that way by default?
Author
Owner

@GregorBiswanger commented on GitHub (May 21, 2020):

I add an workaround for Electron.NET 8.31.3 - if someone has forgotten that a submenu exists and the type has not been set, this is now done automatically in the background.

@GregorBiswanger commented on GitHub (May 21, 2020): I add an workaround for Electron.NET 8.31.3 - if someone has forgotten that a submenu exists and the type has not been set, this is now done automatically in the background.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#499