Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal flyout issue #2841

Closed
adragoner opened this issue Feb 5, 2017 · 3 comments
Closed

Modal flyout issue #2841

adragoner opened this issue Feb 5, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@adragoner
Copy link

What steps will reproduce this issue?

Flyout with IsModal=true doesn't block other window commands (left or right) to be executed.

Expected outcome

All window interactivity except the flyout is disabled.

@punker76
Copy link
Member

punker76 commented Feb 6, 2017

@adragoner You can additionally set LeftWindowCommandsOverlayBehavior, RightWindowCommandsOverlayBehavior and WindowButtonCommandsOverlayBehavior to prevent execution by mouse (menus and key shortcuts still works, but this is already issued)

@avechuche
Copy link

These options do not work if the Flyout does not pass over the controls.

1

@punker76 punker76 added the Bug label Feb 16, 2017
@punker76 punker76 added this to the 1.5.0 milestone Feb 16, 2017
@punker76
Copy link
Member

@adragoner All title bar commands now behind the overlay if a Flyout is modal (available in 1.5.0 and alpha). The functionality are still there like Alt+F4, so you must handle this by yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants