zng-ui / zng

Cross-platform GUI framework.
Apache License 2.0
59 stars 1 forks source link

Fix context menu not opening in nested windows #450

Closed SamRodri closed 2 months ago

SamRodri commented 2 months ago

The right click causes a focus request for the window, in the host window this focus update happens before the context-menu opens by the full click event, in nested it only happens after.

SamRodri commented 2 months ago

Context menu loses focus because is collapsed fixed