timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

CustomDialog does not block AppBar #192

Open daserge opened 11 years ago

daserge commented 11 years ago

Hello! AppBar is not blocked on CustomDialog opening. So you can click right mouse button and call some action. Thanks

timheuer commented 11 years ago

I'm not understanding this. Is your AppBar sticky?

daserge commented 11 years ago

I use bottom AppBar and get situation like this: CustomDialogAndAppBar I think that AppBar should not be active when CustomDialog is open. I wonder whether CustomDialog is able to be modal in this sense, or is it up to developer to handle such situations?

kimsk commented 11 years ago

Or you should be able to close your app bar programmatically by using something like bottomAppBar.IsOpen = false;

timheuer commented 11 years ago

Got it. Totally a bug. The dialog should dismiss. This may be a tricky one to solve with current platform support but I will take a look