Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
jaws reading all the filters in the drop down menu when going up and down the menu
posted

I am using your webdatagrid along with filtering.  My application needs to be section 508 complaint.

When I open the drop down menu to select a filter, jaws reads all the filters instead of reading the filter I am on in the list.  As I go up and down using arrow keys or tabbing, jaws repeats all the filters from top to bottom. 

I added a clientside event for FilterDropdownDisplayed and see that e._behavior._events._behavior._targetContainer.innerText="Clear Filter
Equals
Does Not Equal
Begins With
Ends With
Contains
Does Not Contain"

These are also set:

e._behavior._events._behavior._targetContainer.all[1].innerHTML="Clear Filter"

e._behavior._events._behavior._targetContainer.all[2].innerHTML="Equals"

But it actually never reads one filter I am on, it read all the 7 filters.

Please help me as this is the last thing I need to do before my application can be deployed.

Thanks


Shehla Haider

Geneva Software Inc.

 

Parents
  • 37874
    posted

    Hello Shehla Haider,

    I tested this and it seems that it depends on the browser how jaws read the filter dropdown. I reproduced the behavior you described under IE. Under Firefox jaws reads only the filter which is on focus, which is what you want, and under Chrome it behaves differently from the first two.

    Let me know if you have any questions.

Reply Children
No Data