I have a page with a RadWindow manager; when ShowOnTopWhenMaximized is set to true.
I open Page1.aspx in a new radwindow using client-side script.
Then maximize this window with Page1 in it.
On page1, I have a link to open another modal radwindow (using javascript and the same radwindowManager)
When the modal window opens, you can't see it because it is behind the maximized radwindow.
If ShowOnTopWhenMaximized is set to false, the modal window opens in front of the maximized window correctly.
I mean, I understand that "ShowOnTopWhenMaximized" means "Show On Top When Maximized"...and it's true...if property is set to true, the maximized window stays on top no matter what....
But don't you think "modal" should take precedent over "maximized"?
I open Page1.aspx in a new radwindow using client-side script.
Then maximize this window with Page1 in it.
On page1, I have a link to open another modal radwindow (using javascript and the same radwindowManager)
When the modal window opens, you can't see it because it is behind the maximized radwindow.
If ShowOnTopWhenMaximized is set to false, the modal window opens in front of the maximized window correctly.
I mean, I understand that "ShowOnTopWhenMaximized" means "Show On Top When Maximized"...and it's true...if property is set to true, the maximized window stays on top no matter what....
But don't you think "modal" should take precedent over "maximized"?