malsup / blockui

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

unblock() fails if element is hidden #106

Open PerLindenAddiva opened 9 years ago

PerLindenAddiva commented 9 years ago

If the (parent) element is not visible, fadeOut() never calls the callback and the UI remains blocked indefinitely. The only workaround I have found is to set { fadeOut: 0 }. Is this documented somewhere and/or can it be fixed? Wasted a number of hours to find this... :-S