Hello Telerik Team,
we have a strange behavior after changing the ASP.NET AJAX Telerik Version from "2009.3.1103.35" to "2010.1.519.35":
We have a ASPX page, which opens a new RadWindow in Modal mode. This window is opened via "window.radopen(...)".
The RadWindow has also get declared a close event handler with "add_close(...)".
When the RadWindow closes, the calling page opens a new IE window with "window.open(...)" in the close event function and calls "newWin.focus()" on the new window.
The parent page is not reloaded at this point.
With the previous (old) Telerik Version, the new window was opened as expected and set to the front.
After updating the Telerik Version, the new window was already opened in the close event handler, but the focus did not get assigned to the new window. It seems, that the parent window is grabbing the focus back. Even with the JS calls:
Parent Page: self.blur(); newWindow.focus();
New Window Page: self.focus();
the new window is moved to the background.
Do you know of any issues when using the RadWindow in this way in the version as defined above?
Kind regards,
Johann
we have a strange behavior after changing the ASP.NET AJAX Telerik Version from "2009.3.1103.35" to "2010.1.519.35":
We have a ASPX page, which opens a new RadWindow in Modal mode. This window is opened via "window.radopen(...)".
The RadWindow has also get declared a close event handler with "add_close(...)".
When the RadWindow closes, the calling page opens a new IE window with "window.open(...)" in the close event function and calls "newWin.focus()" on the new window.
The parent page is not reloaded at this point.
With the previous (old) Telerik Version, the new window was opened as expected and set to the front.
After updating the Telerik Version, the new window was already opened in the close event handler, but the focus did not get assigned to the new window. It seems, that the parent window is grabbing the focus back. Even with the JS calls:
Parent Page: self.blur(); newWindow.focus();
New Window Page: self.focus();
the new window is moved to the background.
Do you know of any issues when using the RadWindow in this way in the version as defined above?
Kind regards,
Johann