# Context Menu Status

## alpha26

UnifiedSlide now suppresses the native browser context menu inside the product root (`#app`).

The implementation is intentionally registered in capture phase so that thumbnails, images, Fabric canvas layers, and normal app panels cannot leak browser/HTML standard context menus. Every right-click inside UnifiedSlide is routed to the application-owned context menu.

Implemented surfaces:

- Slide thumbnail panel
- Editing canvas / selected object
- Layer panel
- Generic workspace area

This behavior is part of the UnifiedSlide runtime, not the Demo host. Demo pages may still have their own page-level browser menus outside the embedded control frame, but the UnifiedSlide application body itself does not expose native browser context menus.
