malsup / blockui

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

bindEvents: true not really working? #26

Open ghost opened 13 years ago

ghost commented 13 years ago

Forgive me if I'm wrong - but it looks like bindEvents doesn't really stop anything as most handlers will already trigger until event bubbles up to the document level. So if I bind my button like this in blocked area and trigger click from let's say from firebug console - it'll trigger just fine even if I set bindEvents=true. I think it makes sense to remove this option as perhaps too confusing.

$('input').click();
VsevolodGolovanov commented 9 years ago

Plus it only works for full page blocking...