Re: Bug 14320 as discussed in Re: [aapi] UAI TF Meeting Minutes, November 8, 2011

Hi Matt,

You wrote:
> I am intensely interested in the combo box topic.
>
> I have not found a single usable ARIA implementation. ...
>
> I have been trying our example implementations with both JAWS and NVDA.

By "our example implementations", do you mean the example links in the 
APG, including the dojo links[1]?

> Among the worse are those that have a drop down but the focus stays in the
> edit ... It's really confusing. If the user is scrolling through a list,
> the focus needs to be in the list. So, I disagree with the statements in
> the minutes regarding keeping DOM focus in the edit if the user is
> scrolling through a list.

This is a case where the combobox uses aria-activedescendant instead of 
roving focus.  Combobox is one of the few places where dojo uses 
aria-activedescendant.  By keeping focus on the edit field, as the user 
types, the characters are added to that edit field, and the dropdown 
list is updated to show just the items that match.  Functionally 
speaking, it is very similar to FireFox's location input (the "awesome 
bar").

But, I had thought dojo had tested their ARIA markup with ATs, and that 
it worked.  Cc'ing Becky...

[1] The dojo  combobox example links in the APG:
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/_autoComplete.html?testWidget=dijit.form.ComboBox
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/_autoComplete.html?testWidget=dijit.form.FilteringSelect

-- 
;;;;joseph

'I had some dreams, they were clowns in my coffee. Clowns in my coffee.'
                      - C. Simon (misheard lyric) -

Received on Thursday, 10 November 2011 16:06:14 UTC