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

Focus on HTML page

2 Answers 39 Views
Window
This is a migrated thread and some comments may be shown as answers.
Francis
Top achievements
Rank 1
Francis asked on 10 May 2011, 03:02 PM
Hey, it seems like once I'm opening a RadWindow and then moving it around a bit, the focus is now only in the RadWindow, and no more on the background page. How can I give the focus back to my background page ? So that when I click on an image something happen immediatly ?

Thanks in advance,
Francis.

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 12 May 2011, 04:03 PM

Hello Francis,

Based on the provided information I was not able to reproduce your issue. you can find my test page attached and here is a video from my experiment: http://screencast.com/t/INEUI0NB. Can you reproduce this issue with my page? Am I missing something? Does this issue occur only under certain browsers?

Without any more information on the matter what I can suggest at this point is to attach to the OnClientDragEnd event of the RadWindow and set the focus to the desired element by using its focus() method.

If the above does not help you resolve the situation please open a support ticket and send us a simple, runnable project that displays this behavior so we can debug it locally and pinpoint the cause.



Kind regards,
Marin
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Francis
Top achievements
Rank 1
answered on 12 May 2011, 04:43 PM
Hey Marin, thanks alot for paying attention to my problem ! Although I hope you didn't spend too much time on it as my problem was finally a bit ridiculous. In fact, Telerik was not the problem at all : I was using a css property to hide/show my Silverlight application div from Javascript. But the problem was that I used the wrong property : "display", I found out that there was a property just done for that : "visibility". This solved my problem and Telerik and Silverlight are now working in harmony !

Thanks again for your help,
Francis
Tags
Window
Asked by
Francis
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Francis
Top achievements
Rank 1
Share this question
or