Skip to content

Releases: nico3333fr/jquery-accessible-modal-window-aria

Fix js-modal-close listener

30 Nov 09:23
7fd0139
Compare
Choose a tag to compare
  • remove event.preventDefault(); on js-modal-close attached listener. Thanks to @jpyrat !

Issue fixed on VoiceOver

18 Aug 08:01
Compare
Choose a tag to compare
Fix issue on VO/Mac

Close #21

v1.8.0

08 Jun 15:28
Compare
Choose a tag to compare
  • Added attribute data-modal-focus-id (gives focus to an element in modal)
  • Added attribute aria-haspopup (enhances accessibility)

v1.7.1

21 Mar 10:06
Compare
Choose a tag to compare
  • Added attribute data-modal-close-img (image for close button)
  • Enhanced compatibility with jQuery 2.x/3.x versions

1st release

06 Mar 06:34
Compare
Choose a tag to compare
Add type="button" to button

Added type="button" on generated buttons : This avoid problems in Sharepoint and in forms (closed #17).