I have a customer who has a disability and is using a screen reader.
He has had problems accessing some elements via the keyboard. Below are the issues he has reported.
He has had problems accessing some elements via the keyboard. Below are the issues he has reported.
- As far as I can tell it is not possible to tab to the removeRecords button in a ListGrid. Is there another way to remove a record via the keyboard?
- I have a listgrid with ExpansionMode.DETAILS and I can't find a way to open the details with the keyboard either. The customer wrote this: "The button in the row data cell that toggles expanding and collapsing is not presented in a way that makes this functionality apparent to screen reader users. There is no accessible communication of the fact that a row can be expanded. The expanded or collapsed is present, but not on a focusable element."
- I can see from the HTML that a select item does not have an associated label ("for" tag). This is the same in the showcase where only some of the select items labels have "for" tags. Is this a bug or something by design?
- It doesn't seem like the DatePicker widget has full keyboard control. I fond an old thread regarding this(http://forums.smartclient.com/forum/...yboard-control), but since it was quite old I just wanted to ask if this answer still holds.
Comment