This is a migrated thread and some comments may be shown as answers.

Radwindow Lightweight Lost Focus

3 Answers 71 Views
Window
This is a migrated thread and some comments may be shown as answers.
Tarek
Top achievements
Rank 1
Tarek asked on 29 Dec 2013, 01:59 PM
If I open 2 radwindows, after closing the second one, the focus don't go back to the first one. This issue is only in Lightweight rendering.
I attached a snapshot demonstrating the problem.

3 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 01 Jan 2014, 02:23 PM
Hello Tarek,

I am not able to reproduce the problem locally. Could you provide me with the sample page shown on the screen shot? I will debug it and provide you with a suitable solution.


Regards,
Stanimir
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Tarek
Top achievements
Rank 1
answered on 10 Jan 2014, 09:03 AM
Below is a sample code :

<!DOCTYPE html>
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager
                runat="server"
                ID="RadScriptManager1" >
        </telerik:RadScriptManager>
        <telerik:RadWindow ID="RadWindow1" runat="server" Left="0" Width="400" Height="400" VisibleOnPageLoad="true">
            <ContentTemplate>
            </ContentTemplate>
        </telerik:RadWindow>
        <telerik:RadWindow ID="RadWindow2" runat="server" Width="400" Height="400" VisibleOnPageLoad="true">
            <ContentTemplate>
            </ContentTemplate>
        </telerik:RadWindow>
    </form>
</body>
</html>
0
Marin Bratanov
Telerik team
answered on 10 Jan 2014, 03:10 PM
Hi Tarek,

I now understand what you had in mind. Indeed, there seems to be an issue with activating the last active instance after closing a RaDWindow with Lightweight mode. I am logging this for research and fixing and I have also updated your Telerik points for reporting this to us. You can keep track of the issue here: http://feedback.telerik.com/Project/108/Feedback/Details/98289.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Window
Asked by
Tarek
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Tarek
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or