Hi,

Modal Frame works for me in IE7/IE8 but the child window is 100% width.
It also is displayed under the dark opacity overlay, instead of over.

When the child window opens, it looks like it's going to be displayed at the right plalce, and then it moves to the bottom of the page.

I've tried adding specific with and position css for ie but i've found nothing useful.

Is there a way to fix this?
thanks a lot.

Comments

donatello’s picture

i don't know if it's the right way to do it but in parent.js, line 604:

replace
if ($.browser.msie && parseInt($.browser.version) <= 6) {

by
if ($.browser.msie) {

dsnopek’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

I just tested in IE8 and I'm unable to reproduce - everything works fine! Unforunately, I recently just archived my IE6 and IE7 VMs, so I can test there. If anyone can reproduce and confirm the fix, then feel free to re-open this issue.