Electron.net: MenuItems not working

Created on 21 May 2020  路  3Comments  路  Source: ElectronNET/Electron.NET


  • 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

bug

Most helpful comment

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.

All 3 comments

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

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?

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BrianAllred picture BrianAllred  路  5Comments

Marcelh1983 picture Marcelh1983  路  5Comments

iqmeta picture iqmeta  路  3Comments

thnk2wn picture thnk2wn  路  4Comments

lyy0808 picture lyy0808  路  6Comments