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

Keyboard navigation in FireFox & windows 8.1

3 Answers 53 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Tejas
Top achievements
Rank 1
Tejas asked on 07 Nov 2013, 04:04 PM
Hi,

I'm developing my project in VS2010 with version 2013.3.1015.35.

I can't  navigate through RadListbox items using keyboard even if a RadListbox has focus on the document. Also, “To Right” and “To Left” button text are missing. Please see the screenshot attached herewith.

Here is my code:

<telerik:RadListBox runat="server" Height="75px" Width="225px" ButtonSettings-ShowTransferAll="false" TransferToID="lstTargetLanguageDestination" ID="lstTargetLanguageSource" AllowTransfer="true" TransferMode="Move" SelectionMode="Multiple" AllowTransferOnDoubleClick="true" AutoPostBackOnTransfer="true" OnTransferred="lstTargetLanguageSource_Transferred"></telerik:RadListBox>
 
<telerik:RadListBox ID="lstTargetLanguageDestination" runat="server" ButtonSettings-ShowTransferAll="false" Height="75px" AutoPostBack="true" AutoPostBackOnTransfer="false" AutoPostBackOnReorder="false" AutoPostBackOnDelete="false" Width="200px" OnSelectedIndexChanged="lstTargetLanguageDestination_SelectedIndexChanged"></telerik:RadListBox>

This is on Firefox 24.0, IE11 and Windows 8.1

Any quick work around will be appreciated.

Thanks

Tejas

3 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 12 Nov 2013, 09:56 AM
Hello Tejas,

The issue, regarding the transfer buttons of the RadListBox is already fixed with our latest internal build. So my suggestion would be to download it and update. As for the faced issue addressing the navigation on the items using the keyboard - I am afraid that I was unable to replicate it. Here is a video, demonstrating the behavior at my end.

Regards,
Nencho
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
Tejas
Top achievements
Rank 1
answered on 13 Nov 2013, 06:29 PM
Hi Nencho,
Thank you for your reply and video. I saw that you have tested this code in IE11 but I'm wondering If you have tested it
on Windows 8.1 and Firefox 24.0 as well.

Thanks
Tejas
0
Nencho
Telerik team
answered on 15 Nov 2013, 03:06 PM
Hello Tejas,

Yes, I can assure you that the fix was completely tested and the issue is already resolved with the mentioned internal build.

Regards,
Nencho
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
ListBox
Asked by
Tejas
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Tejas
Top achievements
Rank 1
Share this question
or