We noticed that in IE6, in our code and on the examples, if you open
the modal, the IE flag icon waves and doesn't stop.  Also, when the
modal is closed, the flag continues to wave.

http://dev.iceburg.net/jquery/jqModal/#examples

We asked on the IRC channel, and someone suggested that we trying
substituting line 62:
i=$('<iframe src="javascript:false;document.write(\'\');"
class="jqm"></iframe>').css({opacity:0}),
with:
i=$('<iframe src="/blank.htm" class="jqm"></iframe>').css({opacity:
0}),

This took away the waving but apparently there is a side-effect: We
couldn't then perform any subsequent save from the modal.

Any ideas?

Thanks.

Reply via email to