WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Alt+Down arrow in combo box well known?

for

From: Beranek, Nicholas
Date: Apr 7, 2017 10:56AM


I would suggest using a 'Go- button right next to the combo box.

--
Nick Beranek
Digital Accessibility Team

On 4/7/17, 12:41 PM, "WebAIM-Forum on behalf of Brandon Keith Biggs" < <EMAIL REMOVED> on behalf of <EMAIL REMOVED> > wrote:

Hello,
as seen below, onchange is a violation, not a poor choice. That is a
terrible platform if you can not get keydown and onclick. I would suggest
changing platforms. But one thing you could do is place a little message
above the box telling users about alt+down arrow. Another thing you could
do is not reload the page, just change the text in the other elements. The
most common approach is to have a lag of 5-10 seconds after the user has
settled on an option before changing. This sort of works.
But please change platforms if there is no support for onclick or keydown
events. That is just promoting bad design.
Thanks,


Brandon Keith Biggs <http://brandonkeithbiggs.com/>;

On Fri, Apr 7, 2017 at 7:03 AM, Joseph Sherman < <EMAIL REMOVED> >
wrote:

> I know onchange is poor, unfortunately this is within a limited platform
> application so options are limited. I do not believe we can write standard
> HTML; just use the options the platform gives us.
>
> Joseph
>
> >