Closed (cannot reproduce)
Project:
Modal Frame API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2012 at 13:43 UTC
Updated:
14 Nov 2013 at 20:27 UTC
Jump to comment: Most recent
Comments
Comment #1
donatello commentedi 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) {
Comment #2
dsnopekI 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.