[wp-trac] Re: [WordPress Trac] #2612: Image drag and drop problem with Firefox and TinyMCE on WP 2.0

WordPress Trac wp-trac at lists.automattic.com
Fri May 12 00:40:28 GMT 2006


#2612: Image drag and drop problem with Firefox and TinyMCE on WP 2.0
-----------------------+----------------------------------------------------
       Id:  2612       |      Status:  reopened                
Component:  General    |    Modified:  Fri May 12 00:40:27 2006
 Severity:  minor      |   Milestone:                          
 Priority:  low        |     Version:  2.0.2                   
    Owner:  anonymous  |    Reporter:  guillep2k               
-----------------------+----------------------------------------------------
Changes (by martypauley):

  * resolution:  wontfix =>
  * status:  closed => reopened

Comment:

 I'm not convinced that this is a TinyMCE problem.

 I fixed it by removing the "document_base_url" line from
 tiny_mce_gzip.php:

 --- tiny_mce_gzip.php.orig      2006-05-12 01:15:24.000000000 +0100
 +++ tiny_mce_gzip.php   2006-05-12 01:15:28.000000000 +0100
 @@ -157,7 +157,6 @@
         convert_newlines_to_brs : false,
         remove_linebreaks : true,
         save_callback : "wp_save_callback",
 -       document_base_url : "<?php echo
 trailingslashit(get_bloginfo('home')); ?>",
         valid_elements : "<?php echo $valid_elements; ?>",
  <?php do_action('mce_options'); ?>
         plugins : "<?php echo $plugins; ?>"

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


More information about the wp-trac mailing list