WordPress/wp-includes/js
Scott Taylor d869fe0603 Media: cleanup recent changes to media.view.FocusManager.
* Adjusts the focus method to target the menu for the current modal
* Refactor the FocusManager so that the method names and the functionality matches more closely with how it currently works. The changes in 4.0 to the FocusManager change the purpose of the focus manager entirely — instead of being a way to save and restore focus state, the new FocusManager is about constraining keyboard navigation via the tab key to inside the modal. 

Props gcorne.
See #23560.

Built from https://develop.svn.wordpress.org/trunk@29602


git-svn-id: http://core.svn.wordpress.org/trunk@29376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-08-25 18:23:16 +00:00
..
crop
imgareaselect
jcrop
jquery Fix unexpected replacement of a previous tag when selecting a tag from autosuggest results. 2014-06-26 16:08:14 +00:00
mediaelement After [29543], the iframe sandboxes for media need to load Open Sans. Playlists look aggressively bad without it. Adds font styles for the body. 2014-08-21 03:36:16 +00:00
plupload Plupload: Restore 3.8 handles and filenames to avoid breaking plugins. 2014-04-14 00:07:16 +00:00
swfupload Fix some documentation typos in various core files. 2014-08-13 03:56:17 +00:00
thickbox Fix some documentation typos in various core files. 2014-08-13 03:56:17 +00:00
tinymce TinyMCE: update to 4.1.4-20140822. Changes: 2014-08-22 17:44:16 +00:00
admin-bar.js
admin-bar.min.js
autosave.js Autosave: prevent setting multiple stale wp-saving-post-* cookies when the browser disregards "session cookies" expiration on quit: 2014-08-22 00:25:16 +00:00
autosave.min.js Autosave: prevent setting multiple stale wp-saving-post-* cookies when the browser disregards "session cookies" expiration on quit: 2014-08-22 00:25:16 +00:00
backbone.min.js Update Backbone to version 1.1.2. 2014-02-22 15:42:14 +00:00
colorpicker.js
colorpicker.min.js
comment-reply.js
comment-reply.min.js
customize-base.js Add some docs to Customizer JS. 2014-08-08 22:10:15 +00:00
customize-base.min.js Add some docs to Customizer JS. 2014-08-08 22:10:15 +00:00
customize-loader.js Add some docs to Customizer JS. 2014-08-08 22:10:15 +00:00
customize-loader.min.js Prompt the user before leaving the Customizer if they have unsaved changes. props westonruter. fixes #25439. 2014-07-08 17:04:15 +00:00
customize-models.js Customizer: Allow to skip cropping header images if image width is smaller than or equal to theme width. 2014-04-25 20:25:19 +00:00
customize-models.min.js Customizer: Allow to skip cropping header images if image width is smaller than or equal to theme width. 2014-04-25 20:25:19 +00:00
customize-preview-widgets.js Customizer: Introduce WP_Customize_Control::active() method to determine whether the control is relevant to the current context (i.e. to the current URL being previewed). 2014-07-09 23:58:16 +00:00
customize-preview-widgets.min.js Customizer: Introduce WP_Customize_Control::active() method to determine whether the control is relevant to the current context (i.e. to the current URL being previewed). 2014-07-09 23:58:16 +00:00
customize-preview.js Add some docs to Customizer JS. 2014-08-08 23:31:15 +00:00
customize-preview.min.js Customizer: Introduce WP_Customize_Control::active() method to determine whether the control is relevant to the current context (i.e. to the current URL being previewed). 2014-07-09 23:58:16 +00:00
customize-views.js Customizer: Avoid hiding 'Remove' buttons unrelated to custom headers. 2014-05-06 04:14:14 +00:00
customize-views.min.js Customizer: Avoid hiding 'Remove' buttons unrelated to custom headers. 2014-05-06 04:14:14 +00:00
heartbeat.js Fix some documentation typos in various core files. 2014-08-13 03:56:17 +00:00
heartbeat.min.js
hoverIntent.js
hoverIntent.min.js
json2.js
json2.min.js
masonry.min.js Update the Masonry JavaScript library to version 3. 2014-02-25 19:53:15 +00:00
mce-view.js Editor scrolling: 2014-08-24 05:11:16 +00:00
mce-view.min.js TinyMCE wpView: fix showing errors for non-embeddable URLs, no-ssl or no items. Props avryl, fixes #29114, see #29268. 2014-08-22 18:55:15 +00:00
media-audiovideo.js Fix some documentation typos in various core files. 2014-08-13 03:56:17 +00:00
media-audiovideo.min.js Video: 2014-08-09 19:39:15 +00:00
media-editor.js TinyMCE: fix the 'editimage' plugin for touch devices. Better attempt to hide the onscreen keyboard when the media modal opens and TinyMCE is in focus. See #28595, #29166 2014-08-12 04:27:18 +00:00
media-editor.min.js TinyMCE: fix the 'editimage' plugin for touch devices. Better attempt to hide the onscreen keyboard when the media modal opens and TinyMCE is in focus. See #28595, #29166 2014-08-12 04:27:18 +00:00
media-grid.js Media Grid: exit selection mode when Esc is pressed. 2014-08-25 17:45:17 +00:00
media-grid.min.js Media Grid: exit selection mode when Esc is pressed. 2014-08-25 17:45:17 +00:00
media-models.js After [29507], move unreachable code from _requery() to Query.get(). 2014-08-18 04:08:15 +00:00
media-models.min.js After [29507], move unreachable code from _requery() to Query.get(). 2014-08-18 04:08:15 +00:00
media-views.js Media: cleanup recent changes to media.view.FocusManager. 2014-08-25 18:23:16 +00:00
media-views.min.js Media: cleanup recent changes to media.view.FocusManager. 2014-08-25 18:23:16 +00:00
quicktags.js Editor: 2014-03-29 23:58:14 +00:00
quicktags.min.js Editor: 2014-03-29 23:58:14 +00:00
shortcode.js Shortcode JS: Avoid errors when an escaped shortcode includes a newline between brackets. 2014-05-01 03:37:13 +00:00
shortcode.min.js Shortcode JS: Avoid errors when an escaped shortcode includes a newline between brackets. 2014-05-01 03:37:13 +00:00
swfobject.js
tw-sack.js
tw-sack.min.js
underscore.min.js
utils.js Fix the wp-settings-* cookies used in getUserSetting()/setUserSetting(). They should be set without COOKIE_DOMAIN to work properly for sub-domains. Fixes #29095. 2014-08-13 02:47:16 +00:00
utils.min.js Fix the wp-settings-* cookies used in getUserSetting()/setUserSetting(). They should be set without COOKIE_DOMAIN to work properly for sub-domains. Fixes #29095. 2014-08-13 02:47:16 +00:00
wp-ajax-response.js
wp-ajax-response.min.js
wp-auth-check.js
wp-auth-check.min.js
wp-backbone.js
wp-backbone.min.js
wp-list-revisions.js
wp-list-revisions.min.js
wp-lists.js Fix double avatars and JS errors when spamming/trashing comments. 2014-03-26 23:14:15 +00:00
wp-lists.min.js Fix double avatars and JS errors when spamming/trashing comments. 2014-03-26 23:14:15 +00:00
wp-pointer.js
wp-pointer.min.js
wp-util.js
wp-util.min.js
wpdialog.js
wpdialog.min.js
wplink.js wpLink: add custom open and close events, props bradyvercher, fixes #28095. 2014-08-01 02:04:17 +00:00
wplink.min.js wpLink: add custom open and close events, props bradyvercher, fixes #28095. 2014-08-01 02:04:17 +00:00
zxcvbn-async.js
zxcvbn-async.min.js
zxcvbn.min.js