Jquery Hotkeys plugin causing issue for BlokUI tab navigation when we use together.
Jquery blockUI not preventing tab key to navigate to blocked content when we used together with Jquery HotKeys plugin. This is because Jquery Hotkeys is overriding $(document).bind( type,eventdata, function) method and BlockUI is using same method to prevent tabbing.
Why hotkeys plugin is overriding core library method, can't it be done using some other method signature some thin like
$(document).hotkey(type, key combi, callback)