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 with a textbox does not get focus when on a page with SearchBox control #240

Open shashisadasivan opened 10 years ago

shashisadasivan commented 10 years ago

Having the CustomDialog control with input boxes does not get focus, even with a mouse click on those text boxes, the searchBox still takes in focus. I might workaround with even handlers to disable the searchbox when the CustomDialog is shown