I created a simple project to demonstrate a possible issue.
Main form:
- Has SkinManager, SkinProvider, TitleBar (not really needed).[*]Click on the button to a modal form. Main form is now blurred.
OpenDialog form:
- Click on the button to show an OpenDialog. OpenDialog form is now blurred.[*]Close the OpenDialog using either “Open” or “Cancel”. Notice that the Main form's title bar area momentarily flashes visible while the Main form is still supposed to be blurred. This should not happen, right?
Closing both forms cancels the blurred action for each form.
I have not tried this with other dialogs (like Save, etc) but I imagine that they will exhibit the same behavior.
Now I have also included message dialog in this test and fortunately I did not see this issue.
Thanks.