Not sure if this is a bug, but the behaviour is correct, or at least apparently intentional.
a) There is only one dragDropUpload
setting in the tinyMCEPreInit object, instead of one flag per editor.
b) looking at class-wp-editor.php:139
:
if ( $set['drag_drop_upload'] ) {
self::$drag_drop_upload = true;
}
so, if the setting is set to true once, it is true and stays true. One way ticket to complete trueness.
Feels like a bug.
But even if this could be reset to false, it would be false for all editors then.
Doublebug?
Double chance for a mention in WordPress ~4.5 😉
But to be fair: This is somehow bound to the media modal, and i guess setup is once on pageload..in other words, might be difficult to handle this on a per-editor basis. Codex/Docs should make this setting more clear.
Or maybe a global filter to turn this on/off would be more appropriate.
Related Posts:
- TinyMCE Anchor Button not showing
- Add Shortcode inline inside Gutenberg block
- TinyMCE Plugin Parameter
- Is it possible to disable the image alignment options in the post editor?
- Change syntax styling of TinyMCE HTML Text Editor
- Adding Custom Text Patterns in the WP 4.5 Visual Editor
- Registering custom TinyMCE buttons, for admin area, to work with custom instances of wp_editor
- TinyMCE editor – new lines not rendered on front end
- Add table controls with wp_editor minimal editor configuration (‘teeny’)
- Customising the WordPress TinyMce editor and it’s buttons
- Change Default Font Size and Remove Unwanted Font Sizes in TinyMCE
- TinyMce in WordPress – Getting the “fullscreen” button to stay on the right when customising button layout
- Add table button in editor without Plugin
- TinyMCE Visual Blocks plugin set Show blocks option for all users
- TinyMCE Editor change underline button behavior – u tag instead of span text-decoration underline
- Custom TinyMCE style formats disabled
- How to dynamically generate wordpress editor on frontend?
- Customer Support: TinyMCE stopped working (on some computers)
- Stop editor from adding “amp;” after every “&”
- TinyMCE Advances is removing blanks (” “)
- enable TinyMCE for comment forms
- Best Browser for Editing Posts
- TinyMCE strips off the href tag inside span, if i change from text to visual
- Adding a Media Button to the WordPress Content Editor
- Load WordPress Editor .css on Front End
- “Formats” Select Menu in WP Editor doesn’t show up with correct colour
- Visual editor popover or placeholder
- How to modify VisualComposer’s TinyMCE editor only for a specific shortcode
- Creating a wp_editor instance with custom tinyMCE buttons
- Forcing reload of editor-style.css
- Add popup window to TinyMCE buttons
- TinyMCE editor is breaking my beautiful HTML
- How to get the input of a TinyMCE editor when using on the front-end?
- Load wp_editor via ajax [duplicate]
- Why did multiple line breaks stop working in text editor?
- TinyMCE 4.x : How to customize toolbar on wp_editor()
- How to replace the content of tinyMCE editor in both text and visual mode using jQuery?
- wp_editor disable after reaching character count limit
- How to use the new Dashicons for custom TinyMCE buttons?
- “wp_editor” not displaying TinyMCE correctly when square brackets used in name
- Disable text tab on WordPress text-editor
- How to disable TinyMCE 4 keyboard shortcuts
- Pasting code into pre-formatted text in Visual Editor not working in 3.3.1
- Tiny MCE not adding p tag when saving theme option
- Remove quicktag buttons but not Visual / Text editor and tabs
- WordPress tinymce prints empty P tag and break html format
- TinyMCE strips line breaks on mceAddControl
- tinyMCE duplicates previous block element when pressing return (visual editor)
- WP 3.3 my rich text category editor toolbar is gone!
- WordPress visual editor broke due to non standard port?
- Deprecated TinyMCE API call: windowManager.createInstance(..)
- Enable Visual Editor In Comments On CPT Edit Page
- wordpress 3.5 tinymce height
- Adding image to visual editor popup for shortcode with wp.media and wp.mce: changing image duplicates shortcode
- Added custom styles to Visual Editor. Classes are appended and not replaced as intended
- TinyMCE – Add button that changes direction of selected text
- Disable HTML (Text) Tab in Post Editor
- Close TinyMCE plugin window on click away
- Preserving tabs and line breaks in when switching from HTML to Visual Editor
- How can I enable a TINYMCE rich text editor in the admin interface?
- Limit Block format tags in WordPress wp_editor
- Make Textarea a TinyMCE (editor box)
- How to remove the statusbar from the default wordpress editor?
- Stop WordPress Visual Editor converting backticks into code blocks
- wordpress qtranslate editor text is not working [closed]
- WP Editor Issue in Backend
- How to Add TinyMCE to widget
- TinyMCE custom plugin, how to make a word automatically selected based on current cursor position?
- Add buttons to the new TinyMCE WP Editor. Javascript API
- Open Insert/edit link popup
- How to prevent shortcode preview from breaking in tinymce editor?
- Trouble adding tiny mce to textarea in custom plugin
- wp_editor not modify html tags of initial content
- Keyup events in tinymce editor not working
- Why is the media upload button not in the main toolbar & can it be placed there instead?
- How to force insertion in editor
- Visual Editor is blank – 404 for plugin js
- Visual composer causing conflict with TinyMCE [closed]
- Allowing style tag in TinyMCE editor
- TinyMCE 4 & wp_editor multiple editor issue
- How to remove buttons from tinyMCE in wp_editor added via AJAX
- Keyboard shortcut for headings on safari
- clasic editor – article categories customization?
- Error in backend: Failed to load plugin: tabfocus from url
- How can I change TinyMCE’s default block format?
- Adding a class to custom TinyMCE button using WPLinks dialog box
- How to force wp excerpt to use br tag?
- Adding microdata using Structured Data Markup Helper HTML
- How to remove “justifyfull” in TinyMCE
- `tinyMCE is not defined` after migrating site to server
- Remove heading tags on line break
- mce_external_languages: how does it really work?
- tinymce modal and I18n strings methods
- Get the More QuickTag button back
- prevent caching during tinymce custom button development
- Preventing tinyMCE from auto formatting selected blocks of content
- Add custom classes to TinyMCE generated markup
- Problem with Line spacing in wysiwyg editor in WP 3.5.1
- wp_insert_post() dont post content like i need it :(
- WordPress Started Executing Code Inside PRE Tags Even They Are Properly Escaped