nico3333fr / jquery-accessible-accordion-aria

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

Unspecified method keydownPanelEventHandler ? #35

Closed anthonybertossi closed 5 years ago

anthonybertossi commented 5 years ago

There is an error or a typo ? I don't find the implementation of the method keydownPanelEventHandler who is called in Accordion.prototype.initEvents() this.$wrapper.on('keydown', this.options.panelsSelector, $.proxy(this.keydownPanelEventHandler, this));

mosne commented 5 years ago

great putting in comment ` // this.$wrapper.on('keydown', this.options.buttonsSelector, $.proxy(this.keydownButtonEventHandler, this));

//  this.$wrapper.on('keydown', this.options.panelsSelector, $.proxy(this.keydownPanelEventHandler, this));

` solved the issue with jquery 3.x

nico3333fr commented 5 years ago

Sorry for delay (really too busy): it is fixed via https://github.com/nico3333fr/jquery-accessible-accordion-aria/commit/f526a457179834392375cc313bbcafff6f335cbf