Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34484, comment 4


Ignore:
Timestamp:
10/30/2015 01:53:32 PM (9 years ago)
Author:
afercia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34484, comment 4

    initial v1  
    1 Noticed one thing: `openSharingDialog` should not assume the current Tab is the first one. That's why in teh first patch I used:
     1Noticed one thing: `openSharingDialog` should not assume the current Tab is the first one. That's why in the first patch I used:
    22{{{
    33document.querySelector( '.wp-embed-share-tab-button [aria-selected="true"]' ).focus();