elo80ka / django-dynamic-formset

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.
677 stars 311 forks source link

Fix for JAWS screen reader on Win7 IE 11. #121

Closed ulternate closed 1 year ago

ulternate commented 8 years ago

When using JAWS v16 in IE11 any button/link added dynamically would not be able to be triggered by keypress (space/enter) without the semi-colon closing the javscript:void(0) statement.

bdrazen commented 6 years ago

What an insidious bug. Cheers for the descriptive comment! Helped Google lead me to the right place.