What steps will reproduce the problem?
1. declare hidden input field(s) in form that is supposed to be submit to NyroModal:
<form method="post" id="collectform" class="nyroModal" rev="modal" enctype="multipart/form-data" action="whatever.php">
<!-- ... -->
<input type="hidden" name="postid" id="postid" value="Some Value..." />
<!-- ... -->
</form>
What is the expected output? What do you see instead?
IE6, IE7 and IE8 open popup window declared in form action param and the parent window remains full black.
What version of the product are you using? On what operating system?
jQuery 1.4 + NyroModal 1.6.2
Windows XP
Please provide any additional information below.
Once all hidden input fields are eliminated/removed, everything works fine. That's damn annoying!