WordPress/wp-admin/js
Helen Hou-Sandí da2d975668 Editor scrolling:
* Reduce the starting height of the editor to better match the height at which the top toolbar unpins.
* Pin the side metaboxes so they do not get lost when the editor content is long.
* Turn magic numbers into variables.

props stephdau, azaozz. see #28328.


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


git-svn-id: http://core.svn.wordpress.org/trunk@29273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-08-15 03:17:15 +00:00
..
accordion.js Remove an unused JS variable after [29036]. see #27406. 2014-07-09 17:46:14 +00:00
accordion.min.js Remove an unused JS variable after [29036]. see #27406. 2014-07-09 17:46:14 +00:00
color-picker.js Color Picker: Close color picker when clicking outside of them and when opening another one. 2014-05-02 11:18:15 +00:00
color-picker.min.js Color Picker: Close color picker when clicking outside of them and when opening another one. 2014-05-02 11:18:15 +00:00
comment.js
comment.min.js
common.js Media Grid: Remove fields from showing in the grid itself. 2014-07-24 05:26:15 +00:00
common.min.js Media Grid: Remove fields from showing in the grid itself. 2014-07-24 05:26:15 +00:00
custom-background.js
custom-background.min.js
custom-header.js
customize-controls.js Add some docs to Customizer JS. 2014-08-08 23:31:15 +00:00
customize-controls.min.js Customizer: Don't hide controls the preview frame has no information about. 2014-07-30 16:24:18 +00:00
customize-widgets.js Customizer: Remove "Add a Widget" button from tab order when reordering widgets. 2014-07-19 03:32:17 +00:00
customize-widgets.min.js Customizer: Remove "Add a Widget" button from tab order when reordering widgets. 2014-07-19 03:32:17 +00:00
dashboard.js QuickPress: Disable autocomplete for content, enable "Save Draft" button on load. 2014-07-29 15:34:16 +00:00
dashboard.min.js QuickPress: Disable autocomplete for content, enable "Save Draft" button on load. 2014-07-29 15:34:16 +00:00
edit-comments.js Use unobtrusive JS for Comment list table row actions. 2014-06-23 23:55:16 +00:00
edit-comments.min.js Use unobtrusive JS for Comment list table row actions. 2014-06-23 23:55:16 +00:00
editor-expand.js Editor scrolling: 2014-08-15 03:17:15 +00:00
editor-expand.min.js Editor scrolling: 2014-08-15 03:17:15 +00:00
editor.js Formatting: make the removal of white space around <option> greedy, see #28217. 2014-07-28 19:55:16 +00:00
editor.min.js Formatting: make the removal of white space around <option> greedy, see #28217. 2014-07-28 19:55:16 +00:00
farbtastic.js
gallery.js
gallery.min.js
image-edit.js Fix jshint errors introduced in [29259]. see #11325. 2014-07-22 20:03:15 +00:00
image-edit.min.js Fix jshint errors introduced in [29259]. see #11325. 2014-07-22 20:03:15 +00:00
inline-edit-post.js Fix unexpected replacement of a previous tag when selecting a tag from autosuggest results. 2014-06-26 16:08:14 +00:00
inline-edit-post.min.js Fix unexpected replacement of a previous tag when selecting a tag from autosuggest results. 2014-06-26 16:08:14 +00:00
inline-edit-tax.js
inline-edit-tax.min.js
iris.min.js
language-chooser.js Language chooser imporvements. 2014-08-04 20:47:16 +00:00
language-chooser.min.js Language chooser imporvements. 2014-08-04 20:47:16 +00:00
link.js
link.min.js
media-gallery.js
media-gallery.min.js
media-upload.js The "old iframe media modal" has some pretty busted styles. Although this is a "deprecated" feature, clean up some of the broken styles. 2014-06-25 17:39:15 +00:00
media-upload.min.js The "old iframe media modal" has some pretty busted styles. Although this is a "deprecated" feature, clean up some of the broken styles. 2014-06-25 17:39:15 +00:00
media.js Media Grid improvements: 2014-07-13 16:16:15 +00:00
media.min.js Media Grid improvements: 2014-07-13 16:16:15 +00:00
nav-menu.js Live update the menu item title when the user is editing the "Navigation Label" field. 2014-06-09 18:39:15 +00:00
nav-menu.min.js Live update the menu item title when the user is editing the "Navigation Label" field. 2014-06-09 18:39:15 +00:00
password-strength-meter.js
password-strength-meter.min.js
plugin-install.js Plugin details modal: 2014-08-12 23:02:16 +00:00
plugin-install.min.js Plugin details modal: 2014-08-12 23:02:16 +00:00
post.js Editor scrolling: 2014-08-01 02:43:17 +00:00
post.min.js Editor scrolling: 2014-08-01 02:43:17 +00:00
postbox.js Enhance the editor on the Add/Edit Post screens, first run. Props avril, see #28328. 2014-07-09 22:06:15 +00:00
postbox.min.js Enhance the editor on the Add/Edit Post screens, first run. Props avril, see #28328. 2014-07-09 22:06:15 +00:00
revisions.js Revisions: Explicitly set the 'from' handle position when switching from two-handled mode back to single-handled mode. 2014-07-10 01:00:14 +00:00
revisions.min.js Revisions: Explicitly set the 'from' handle position when switching from two-handled mode back to single-handled mode. 2014-07-10 01:00:14 +00:00
set-post-thumbnail.js
set-post-thumbnail.min.js
svg-painter.js
svg-painter.min.js
tags.js
tags.min.js
theme.js Disable background page scrolling when modals are open. 2014-08-01 20:15:15 +00:00
theme.min.js Disable background page scrolling when modals are open. 2014-08-01 20:15:15 +00:00
updates.js Avoid displaying a negative number of plugin updates in admin menu. 2014-05-05 09:39:17 +00:00
updates.min.js Avoid displaying a negative number of plugin updates in admin menu. 2014-05-05 09:39:17 +00:00
user-profile.js
user-profile.min.js
user-suggest.js
user-suggest.min.js
widgets.js Widgets: Toggle widget arrow when widget is open/closed. 2014-05-01 14:09:16 +00:00
widgets.min.js Widgets: Toggle widget arrow when widget is open/closed. 2014-05-01 14:09:16 +00:00
word-count.js
word-count.min.js
wp-fullscreen.js Match background color in DFW and adapt the dashed outline color. 2014-08-01 18:10:16 +00:00
wp-fullscreen.min.js Match background color in DFW and adapt the dashed outline color. 2014-08-01 18:10:16 +00:00
xfn.js
xfn.min.js