-
-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARIA jQuery Datepicker: Cannot traverse calendar #1763
Comments
Comment 1 by jteh on 2011-09-07 09:00 In either case, this doesn't seem to work and I can't see how this is NVDA related. It appears to be a problem with the widget and/or Firefox, most likely the former. |
Comment 2 by Palacee_hun on 2011-11-23 23:35
Changes: |
Comment 3 by jteh (in reply to comment 2) on 2011-11-24 00:16
Okay. The problem here is that a table cell receives focus when you press upArrow. Normally, table cells aren't interactive and are therefore examined using browse mode, so NVDA switches to browse mode automatically. There's no documented way of differentiating between an interactive table cell and a table cell that isn't interactive. We do need to investigate a fix for this part.
I don't see this with Firefox 11, so it's probably fixed by Firefox 10's focus refactor.
I don't see the invisible frame here in Firefox 11 either. However, I do get focused on a paragraph object. This does have the focused state, so I'm pretty sure this one is a bug in the widget. That said, this won't stop NVDA+space from working.
NVDA focuses each item as you move in browse mode. The problem is that the widget keeps forcing focus back to an earlier item when you focus items near the bottom. This is almost certainly an issue with the widget. This will be less of an issue once you can just tab into the grid and have NVDA automatically switch to focus mode. |
Comment 4 by jteh on 2012-01-18 01:01 |
Reported by kevinchao89 on 2011-09-07 02:40
Firefox Nightly 9.0a1 (2011-09-06) and NVDA Main Snapshot 4634
Firefox: http://hanshillen.github.com/jqtest/#goto_datepicker
Navigate to calendar, traverse and select a specific month, day, and year; it’s not possible.
The text was updated successfully, but these errors were encountered: