[wp-trac] Re: [WordPress Trac] #6502: Media uploader error in IE7
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 25 16:39:49 GMT 2008
#6502: Media uploader error in IE7
----------------------------+-----------------------------------------------
Reporter: duncanmc | Owner: andy
Type: defect | Status: new
Priority: high | Milestone: 2.5.2
Component: Administration | Version: 2.5
Severity: major | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by gebintit):
I am not an expert, but perhaps this problem is similar to a problem some
people had on some platforms with WP2.5.1 when they tried to insert media
(no problems with the upload). Only a white box appeared. This was (in my
case) also linked with an object-not-found error-message with IE7. I found
a fix for that problem in a german forum. It's a change in the file /wp-
admin/js/media-upload.js . Here is the code (the old values are commented
out):
{{{
/* var win = window.opener ? window.opener : window.dialogArguments; if (
!win ) win = top; */ var win = parent;
}}}
To be honest, I don't know why this patch helped to fix my problem, but
now it works!
Perhaps this is also a solution for this ticket?
--
Ticket URL: <http://trac.wordpress.org/ticket/6502#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list