#23743 closed defect (bug) (fixed)
TinyMCE overwrites text edits when wpautop is false
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | major | Version: | 3.3 |
| Component: | TinyMCE | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The logic at http://core.trac.wordpress.org/browser/trunk/wp-includes/js/tinymce/plugins/wordpress/editor_plugin_src.js#L219 is inverted.
Patch fixes.
Attachments (2)
Change History (10)
Note: See
TracTickets for help on using
tickets.
The possible permutations are:
Case 1. is the problem, wherein (without the patch) ed.onSaveContent will overwrite the text edits with the old content stored in the Visual editor. The patch only changes the behavior of Case 1.