Re: Listbox vs combo box on the web

  • From: Keith Gillard <kgillard@xxxxxxx>
  • To: jfw@xxxxxxxxxxxxx
  • Date: Thu, 15 Dec 2005 19:01:49 -0700

Hi,

I'm no expert but have you tried the boxes using forms mode?


----- Original Message ----- 
From: "Shane" <shane-jfw@xxxxx>
To: <jfw@xxxxxxxxxxxxx>
Sent: Thursday, December 15, 2005 5:44 PM
Subject: Listbox vs combo box on the web


Hello all,

I am working on a webpage which I am trying to make
accessible with Jaws.  Using 5.1 but not sure the version
is relevant.  The page contains a form with several select
boxes, the contents of the lower boxes change based on
previous selections.  Sort of a drill-down subcategory
selection.  Usually, when I go to a webpage, jaws reads
select boxes as "combo box" and allows opening with
alt-downarrow and scrolling with the arrow keys without
actually changing the value;  however, on my particular
form, it's reading it as "list box" and alt-downarrow
doesn't work.  Therefore, when arrowing through the
selections, the box below is constantly changing and jaws
keeps reading the url for the Ajax call.  The select box
code looks something like this:

<p>
<select name="l1"
onchange="selectcat(options[selectedIndex].value)"
size="5" style="width: 300px;" />
</p>

The selectcat function obtains the subcategories by sending
a query via the xmlhttprequest class and runs through
populating the next box.  Nothing really special.

So if anyone knows why jfw is distinguishing between "list
box" and "combo box" for an html select element, I'd
appreciate hearing from you.

Best regards,
Shane
--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to 
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or the 
way the list is being run, do not post them to the list. Rather contact the 
list owner at jfw-admins@xxxxxxxxxxxxxx

--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to 
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or the 
way the list is being run, do not post them to the list. Rather contact the 
list owner at jfw-admins@xxxxxxxxxxxxxx

Other related posts: