Make WordPress Core

Changeset 29242


Ignore:
Timestamp:
07/19/2014 03:23:51 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Customizer: When widget reorder button is actioned, transfer focus to the first Move control within the section.

fixes #28891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/customize-widgets.js

    r29238 r29242  
    15871587                                        formControl.collapseForm();
    15881588                                } );
     1589
     1590                                this.$sectionContent.find( '.first-widget .move-widget' ).focus();
    15891591                        }
    15901592                },
Note: See TracChangeset for help on using the changeset viewer.