Changeset 60482
- Timestamp:
- 07/18/2025 03:09:49 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/js/_enqueues/wp/customize/controls.js (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/customize/controls.js
r59555 r60482 1616 1616 expand = function() { 1617 1617 section._animateChangeExpanded( function() { 1618 backBtn.attr( 'tabindex', '0' ); 1618 1619 backBtn.trigger( 'focus' ); 1619 1620 content.css( 'top', '' ); … … 1661 1662 } 1662 1663 section._animateChangeExpanded( function() { 1663 1664 backBtn.attr( 'tabindex', '-1' ); 1664 1665 sectionTitle.trigger( 'focus' ); 1665 1666 content.css( 'top', '' ); … … 2715 2716 expand = function() { 2716 2717 section._animateChangeExpanded( function() { 2718 backBtn.attr( 'tabindex', '0' ); 2717 2719 backBtn.trigger( 'focus' ); 2718 2720 content.css( 'top', '' ); … … 2745 2747 } 2746 2748 section._animateChangeExpanded( function() { 2747 2749 backBtn.attr( 'tabindex', '-1' ); 2748 2750 sectionTitle.trigger( 'focus' ); 2749 2751 content.css( 'top', '' ); … … 2965 2967 } else { 2966 2968 panel._animateChangeExpanded( function() { 2969 backBtn.attr( 'tabindex', '0' ); 2967 2970 backBtn.trigger( 'focus' ); 2968 2971 accordionSection.css( 'top', '' );
Note: See TracChangeset
for help on using the changeset viewer.