[wp-trac] [WordPress Trac] #6502: Media uplaoder error in IE7

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 31 13:39:01 GMT 2008


#6502: Media uplaoder error in IE7
----------------------+-----------------------------------------------------
 Reporter:  duncanmc  |       Owner:  anonymous
     Type:  defect    |      Status:  new      
 Priority:  high      |   Milestone:  2.5.1    
Component:  TinyMCE   |     Version:  2.5      
 Severity:  major     |    Keywords:           
----------------------+-----------------------------------------------------
 When I use media uploader for sending images, I am getting object not
 found errors in IE7. I can not insert images or gallery.

 Steps to produce

 1) Click on Add an Image button

 Image uploader form appers, but IE7 gives Object expected error at media-
 upload.php file. Error is at the script

 <!--
 jQuery(function($){
   var preloaded = $(".media-item.preloaded");
   if ( preloaded.length > 0 ) {
 preloaded.each(function(){prepareMediaItem({id:this.id.replace(/[^0-9]/g,
 '')},'');});
   }
   updateMediaForm();
 });

 Error line is

 updateMediaForm();

 If I ignore the message and upload a file, the image previews do not show.
 Also I can not click on Show button and I can not save or insert image.

 I tried after clearing browser cache, but it does not work. I tried
 Firefox and saw that Firefox is working perfectly fine. The problem is
 only at IE7.

 I am using WampServer based on php and apache latest versions.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6502>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list