Skip to content
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

JAWS 17 not reading dropkick dropdown #340

Open
RenugaP opened this issue Oct 4, 2016 · 0 comments
Open

JAWS 17 not reading dropkick dropdown #340

RenugaP opened this issue Oct 4, 2016 · 0 comments

Comments

@RenugaP
Copy link

RenugaP commented Oct 4, 2016

Version of Dropkick:

jquery.dropkick-1.0.3

Expected Behavior

JAWS should be able to read dropkick dropdowns

Actual Behavior

JAWS screen reader not able to read dropdowns created using following dropkick template.


 dropdownTemplate = [
        '<div  class="dk_container  {{ isDisabled }}" id="dk_container_{{ id }}" tabindex="{{ tabindex }}">',
          '<a class="dk_toggle">',
            '<span class="dk_label combinationText visibleElements">{{ label }}</span>',
          '</a>',
            '<div class="dk_options">',
            '<ul class="dk_options_inner">',
            '</ul>',
          '</div>',
        '</div>'
      ].join(''),

      // HTML template for dropdown options
      optionTemplate = '<li class="{{ current }}"><a data-dk-dropdown-value="{{ value }}">{{ text }}</a></li>',

I have tried adding role="combobox" after that it reads as combobox and not reading the options while pressing up and down arrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant