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

OnClientSelectedIndexChanging set_cancel(true) Bug

1 Answer 45 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Xorcist
Top achievements
Rank 1
Xorcist asked on 15 Apr 2010, 05:16 PM
Seems if you set OnClientSelectedIndexChanging of your RadListBox  to the following function:

 

 
function OnClientSelectedIndexChanging_Handler(sender, args) {  
 args.set_cancel(true);  

you can't use the arrow keys to move off the item at index 0. If you click another item in the list with the mouse, you can use the up and down arrows all you want, until you hit the item at the top of the list (i.e. index 0). Once this item is selected, you are trapped on it in terms of keyboard navigation.

P.S. This bug was noticed under the 2009 Q2 Control Set

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 21 Apr 2010, 02:05 PM
Hi Xorcist,

Thank you for letting us know about the issue.

I logged it in our Issue Tracking System and updated your Telerik points for the report.

Since this case is quite rare we will be addressing more important features in the first place. Hopefully at some time in the future the fix will be available in an Internal Build.

Greetings,
Simon
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ListBox
Asked by
Xorcist
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or