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

Accessibility for keyboard button clicks

1 Answer 42 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 10 Jun 2011, 01:21 PM
When tabbing to the 'select' button on the RadAsyncUpload control and pressing enter, the default click behaviour isn't executed (i.e. the file dialog isn't displayed). Is there a way to get this to work; I've tried binding to the keypress event but the control isn't available in $(document).ready.

This is requirement for disability access, in particular user with sight impairment using screen readers.

Thanks in advance

Dave

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 15 Jun 2011, 02:04 PM
Hi David,

The RadAsyncUpload's 'TextBox' and 'Select' button are fake.
When hovering them the real file input is positioned under the mouse. After a click the file upload dialog is opened. Unfortunately RadAsyncUpload control doesn't have keyboard navigation.
Please try to use the RadUpload instead.

You may review the following demo for RadUpload keyboard navigation.

All the best,
Peter Filipov
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.

Tags
AsyncUpload
Asked by
David
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or