Feedback
Menu bar item names now produce valid event handlers
- Status
- Fixed
- Fixed in
- v26.8.4
- Source discussion
- https://forum.objo.dev/d/807-menubar-designer-need-disable-space-character-in-menu-item
- Last updated
- 2026-08-17
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
The Menu Bar Designer accepts menu and menu-item names that are not valid Objo identifiers, including names containing spaces, and also accepts duplicate names. Invalid names can produce malformed generated event-handler methods, while duplicate names can attach a handler to the wrong menu item. The designer should validate names, keep invalid edits from being committed, and safely normalise legacy invalid names before creating handlers.