ehpc / bootstrap-waitingfor

"Waiting for..." modal dialog with progress bar for Bootstrap
MIT License
138 stars 82 forks source link

bootstrap 4 scroll not work after waiting for #30

Open koshak01 opened 6 years ago

koshak01 commented 6 years ago

bs - 4.0.0 bootstrap-waitingfor - 1.2.7

with wf - https://monosnap.com/file/GUoNePszp7AKhuazOINrwmhmWpG1jt without wf - https://monosnap.com/file/3sEnc3ir9j7BycFAdHKqijEBVztJRw

koshak01 commented 6 years ago

waitingDialog.hide(function(){ console.log('hide'); triggers_raw(result_data) })

not work ((((( also (

koshak01 commented 6 years ago

my code ! its worked

if(waitingDialog) {
       setTimeout(function () {
          console.log('hide')
          triggers_raw(result_data)
        }, 500)
        waitingDialog.hide()
    }else{
      triggers_raw(result_data)
    }