nico3333fr / jquery-accessible-accordion-aria

jQuery Accessible Accordion System, using ARIA
MIT License
60 stars 19 forks source link

Incorrect keyboard management in panels #19

Closed nico3333fr closed 7 years ago

nico3333fr commented 7 years ago

The Ctrl+Up keys executed in a panel are not working properly (should give focus back to button)

See https://a11y.nicolas-hoffmann.net/accordion/ for demo.

nico3333fr commented 7 years ago

Done some tests, seems that

var $panel = $(e.target);

is not good.

nico3333fr commented 7 years ago

Solved.