malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

Fix for an issue with spacebar keyup event not being blocked. #51

Closed bhanks closed 11 years ago

bhanks commented 11 years ago

Our team had an issue wherein spacebar events were still able to modify the value of elements blocked by blockUI. Adding 'keyup' to list of events to be blocked solved our issue.

malsup commented 11 years ago

Thanks!