Changes between Initial Version and Version 1 of Ticket #34484, comment 4
- Timestamp:
- 10/30/2015 01:53:32 PM (9 years ago)
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 t ehfirst patch I used:1 Noticed one thing: `openSharingDialog` should not assume the current Tab is the first one. That's why in the first patch I used: 2 2 {{{ 3 3 document.querySelector( '.wp-embed-share-tab-button [aria-selected="true"]' ).focus();