Changes between Initial Version and Version 1 of Ticket #34436, comment 15
- Timestamp:
- 11/03/2021 02:49:19 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34436, comment 15
initial v1 12 12 == Test Steps 13 13 14 Follow the [#comment:13 steps given above]. Also tested without the script by directly invoking with `wp.customize.panel('panel_name').focus()`.14 Follow the [#comment:13 steps given above]. 15 15 16 16 Tip: Clear the Console before testing. Makes it easier to view errors and messages (if there are any). 17 17 18 Retested without the script: 19 1. Navigate to the "Primary menu" panel 20 2. Copy and paste this code into the Console: `wp.customize.panel('nav_menus').focus()` 21 3. Press enter/return. Then notice the behavior: 22 * With the patch: the parent "Menus" panel shows 23 * Without the patch: nothing happens 24 4. Repeat steps with "View All Locations" and "Secondary menu" panels 25 18 26 == Results 27 28 Able to reproduce the reported issue ✅ 19 29 20 30 Each panel gains focus: