Wordpress/wp-includes/js/tinymce/plugins
Daryl Koopersmith 60a44a0865 MCE Views: First pass at keystroke and insertion handling.
* When a MCE view is selected, normal keystrokes (those without command/control) are blocked.
* Backspace/delete will successfully remove the view.
* Arrow handling will be added at a later point.
* When a MCE view is selected and content is pasted or injected (e.g. when an attachment is added), the content is added to the first text node after the view. If the view is at the end of the document or the next element is another view, a text node is injected into the DOM immediately after the selected view.

see #21390, #21812, #21813, #21815.


git-svn-id: https://develop.svn.wordpress.org/trunk@22210 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-12 03:28:22 +00:00
..
directionality Update TinyMCE to 3.5.6, see #21173 2012-08-18 23:24:27 +00:00
fullscreen Update TinyMCE to 3.5.6, see #21173 2012-08-18 23:24:27 +00:00
inlinepopups Update TinyMCE to 3.5.6, see #21173 2012-08-18 23:24:27 +00:00
media Update TinyMCE to 3.5.6, see #21173 2012-08-18 23:24:27 +00:00
paste Update TinyMCE to 3.5.6, see #21173 2012-08-18 23:24:27 +00:00
spellchecker Update TinyMCE to 3.5.4.1, fixes #21173 2012-07-07 16:22:53 +00:00
tabfocus Update TinyMCE to 3.5.6, see #21173 2012-08-18 23:24:27 +00:00
wordpress Compress scripts/styles: 3.5-alpha-21416. TinyMCE updated. 2012-08-03 18:58:19 +00:00
wpdialogs Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
wpeditimage Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
wpfullscreen Compress scripts/styles: 3.5-alpha-21964. TinyMCE updated. 2012-09-24 03:24:33 +00:00
wpgallery Compress scripts/styles: 3.4-beta2-20521. TinyMCE updated. 2012-04-18 20:58:24 +00:00
wplink Compress scripts/styles: 3.5-alpha-21269. TinyMCE updated. 2012-07-13 00:58:19 +00:00
wpview MCE Views: First pass at keystroke and insertion handling. 2012-10-12 03:28:22 +00:00