when i click out of the daypilot menu the element clicked (out of the menu) reacts as if there is no shadow or no overlay !.. How to avoid this while i don't want to use the onMouseLeave (=false) .
Thanks
The context menu doesn't support an overlay that would block access to the background. If you want to block the background you can use the modal dialog instead:
https://code.daypilot.org/81367/daypilot-modal
So better to maintain the Menu/ContextMenu closing option with: menu.hideOnMouseOut = true