Can not disable a menu item if it has submenus

In my application I noticed that I could not disable one of the menuitems. Curiously it was the only one that had submenus.
It failed on Windows but it worked on MacOS.
So I decided to file a bug, but I discovered that there exists one since 2011:

<https://xojo.com/issue/19616>

If you have noticed it as well, please support this bug report. Thanks.

Think it’s a Windows issue, not Xojo.

[quote]Summary: Can not disable a Submenu
Link: <https://xojo.com/issue/19616>
User “Stephane Pinel” has updated case #19616.
The following comments were left:

»»Status changed from ‘Fixed’ to ‘Fixed & Verified’.
Our testing staff has confirmed that this bug has been fixed.[/quote]

Thanks Xojo.
It seems it was not a Windows issue eventually.

On macOS you should not disable a menu item even if all sub items are disabled:

Menu Anatomy

[quote=347591:@Eli Ott]On macOS you should not disable a menu item even if all sub items are disabled:

Menu Anatomy[/quote]
Thanks for the link.