Internet Explorer not showing modal dialog

Internet Explorer not showing modal dialog

Hello folks :)

I want to open a modal dialog while saving data. It works in every browser other than IE.

Today I did an alert('Test') after the modalAction - and voilĂ  - the modal dialog is in the background and waits till the saving is done.

Anyone got an idea, why? And how could I make it work now that I know that It should work ...

  1. function saveFormBlock(param1,$otherParam)
    {
        modalAction("Things are saved!");
       
        alert('Test');



P.S.: Debugging in IE says, IE gets to the right jQuery-Functions...