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

Tabbing from Radwindow can access parent

8 Answers 149 Views
Window
This is a migrated thread and some comments may be shown as answers.
VS
Top achievements
Rank 1
VS asked on 06 Jul 2009, 01:34 AM
Hi,

I have a radwindow with some .net controls. When i tab from the radwindow, it goes thru all the controls in the radwindow and then it reaches the url field of the browser of the parent page.

How can i restrict the access moving to the parent page from radwindow.
Any help will be much appreciated.

Thanks

8 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 06 Jul 2009, 11:49 AM
Hello Sujith,

This behavior is expected - RadWindow is based on an IFRAME and behaves just like one. It is default browser's behavior to allow tabbing outside of an IFRAME and we cannot control that from our side.

Our suggestion is to replace the RadWindow with a standard IFRAME and to use a custom logic on the content page that would cancel the tabbing - you can check the Net for possible solutions (the asp.net forums are a good place to start). Once you have your code working as expected, the same logic will work with RadWindow as well.

Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
VS
Top achievements
Rank 1
answered on 06 Jul 2009, 11:07 PM
ok thanks. I had already found a solution to it.
0
nk
Top achievements
Rank 1
answered on 16 Nov 2010, 08:24 AM
we have a similar issue where the parent page has radio button list control. When the radwindow is open and user tabs through, the focus shifts to the selected radio button on base page.


0
Svetlina Anati
Telerik team
answered on 16 Nov 2010, 11:23 AM
Hello nk,

 I already answered your thread and for your convenience and for others who might have the same question I pasted my reply below:

 This behavior has been fixed some time ago and what I can suggest is to upgrade to the latest version of RadControls - in it the modal RadWindow will not lead to this problem.

As an alternative, you can manually blur the radio button in the OnClientShow event of the RadWindow, set tabindex equal to -1 and then restore the settings in the RadWindow's OnClientClose event. However, I recommend to better upgrade to the latest version of RadControls because the built-in source code handles more scenarios which could later occur on your side and you will also not need to write any code since this works as you require out of the box. In addition, many bugfixes were applied and nice new features were implemented and you will be also able to take advantage of them if you upgrade.

Greetings,
Svetlina
the Telerik team
Browse the vast support resources we have to jumpstart 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
vijay
Top achievements
Rank 1
answered on 18 Dec 2011, 05:32 PM
Can you please help me how to resolve tabbing problem on RadWindow by setting tabindex. Can you please send me one sample.
0
Marin Bratanov
Telerik team
answered on 19 Dec 2011, 05:03 PM
Hello Vijay,

Please start off by properly configuring your pages to allow keyboard support - all elements that can take the focus should have the tabIndex property set accordingly (no duplicates and order as you desire it on t he page). This applies for the content page as well. I also strongly suggest that you use the latest version of the RadControls for ASP.NET AJAX (Q3 2011 currently) as there have been recently some fixes on this behavior.

I am also attaching here two pages that work correctly on my end (of course after a bit of fidgeting with the on screen keyboard in the beginning :) then I figured how it works and focused the browser) (http://screencast.com/t/iZbrYKELxhcF) and show the basic logic of the configuration. Also keep in mind that you can still tab out of the iframe the RadWindow creates and focus the browser's buttons, address bar, etc. This is the browser behavior for keyboard support and we cannot disable this (nor should we, it would break accessibility support).


Regards,
Marin
the Telerik team
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 their blog feed now
0
Ganesh
Top achievements
Rank 1
answered on 22 Mar 2013, 04:54 PM
VS, can you share what approch did you take to resolve tabbing out of radwindo issue.
0
Kiresh
Top achievements
Rank 1
answered on 17 Apr 2013, 05:00 AM
can you share your solution with me i have the same problem?

Thanks,
Tags
Window
Asked by
VS
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
VS
Top achievements
Rank 1
nk
Top achievements
Rank 1
Svetlina Anati
Telerik team
vijay
Top achievements
Rank 1
Marin Bratanov
Telerik team
Ganesh
Top achievements
Rank 1
Kiresh
Top achievements
Rank 1
Share this question
or