Make WordPress Core


Ignore:
Timestamp:
08/22/2012 01:47:53 AM (13 years ago)
Author:
azaozz
Message:

Disable the (fake) image resizing in WebKit and Opera in TinyMCE 3.5.6, fix dragging image with caption in Firefox, see #21173

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r21417 r21576  
    318318                    'paste_strip_class_attributes' => 'all',
    319319                    'paste_text_use_dialog' => true,
     320                    'webkit_fake_resize' => false,
    320321                    'spellchecker_rpc_url' => self::$baseurl . '/plugins/spellchecker/rpc.php',
    321322                    'extended_valid_elements' => 'article[*],aside[*],audio[*],canvas[*],command[*],datalist[*],details[*],embed[*],figcaption[*],figure[*],footer[*],header[*],hgroup[*],keygen[*],mark[*],meter[*],nav[*],output[*],progress[*],section[*],source[*],summary,time[*],video[*],wbr',
Note: See TracChangeset for help on using the changeset viewer.