This question is locked. New answers and comments are not allowed.
Hi guys,
I noticed a problem with multiple modal RadWindows when switching from silverlight application to another application then going back to the silverlight application (using alt-tab).
I made a small silverlight application to demonstrate the problem however I can't attach the zip file to this post because it accepts only images. I'll be more than happy to provide you the application if you tell me how.
Here is what the application do:
The application opens a parent RadWindow on button click. In the parent RadWindow another button opens a child RadWindow. All RadWindows are modal. As expected the child window is in front of the parent window.
Now switch to any other window (using mouse or alt-tab) then come back to the silverlight application. The parent window will be in front of the child window.
This problem happens with IE, Firefox and Opera. However with Chrome it works as expected.
When switching back to the silverlight application, I noticed that the child window "deactivated" event is triggered then the parent window "activated" event is triggered in all browsers except Chrome.
Is there something that I'm missing?
Thanks,
Alex
I noticed a problem with multiple modal RadWindows when switching from silverlight application to another application then going back to the silverlight application (using alt-tab).
I made a small silverlight application to demonstrate the problem however I can't attach the zip file to this post because it accepts only images. I'll be more than happy to provide you the application if you tell me how.
Here is what the application do:
The application opens a parent RadWindow on button click. In the parent RadWindow another button opens a child RadWindow. All RadWindows are modal. As expected the child window is in front of the parent window.
Now switch to any other window (using mouse or alt-tab) then come back to the silverlight application. The parent window will be in front of the child window.
This problem happens with IE, Firefox and Opera. However with Chrome it works as expected.
When switching back to the silverlight application, I noticed that the child window "deactivated" event is triggered then the parent window "activated" event is triggered in all browsers except Chrome.
Is there something that I'm missing?
Thanks,
Alex