subha4rainbow / simplemodal

Automatically exported from code.google.com/p/simplemodal
0 stars 0 forks source link

IE7 IE8 issue #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SimpleModal 

Version of SimpleModal 

- 1.3.3

Version of jQuery?

- 1.3.2

Browser/OS you are experiencing the problem with?

IE7 IE8 on various windows

If applicable, please provide a code snippet or link to a website
demonstrating the problem.

<script type="text/javascript">
$("#msgDialog").modal({
        onOpen: function (dialog) {
            dialog.overlay.fadeIn('slow', function () {
            dialog.data.hide();
            dialog.container.fadeIn('slow', function () {
            dialog.data.slideDown('slow');
                });
            });
        },
        overlayClose:true, 
        closeHTML: "<a id='modalCloseImg' href='#'></a>"
    });
</script>

Dialog works fine on all other platforms tested, ( FF3.0*, FF3.5, Safari,
chrome, opera) on IE8 in particular the modal dialog shows correctly
however the page doesnt render in behind.=, so once the dialog is closed
the page is incomplete.

Cheers
Dale.

Original issue reported on code.google.com by swish...@gmail.com on 17 Nov 2009 at 4:17

GoogleCodeExporter commented 8 years ago
This can  be closed just the usual ie and modal call not in doc load problem. 
Working
fine now thanks Eric.

Original comment by swish...@gmail.com on 19 Nov 2009 at 8:48

GoogleCodeExporter commented 8 years ago

Original comment by emartin24 on 4 Dec 2009 at 7:41