The "drag to resize" button for the metabox container is placed after the metaboxes in focus order. #66436
Open
Description
opened on Oct 24, 2024
Description
When using the new drag to resize handle on the metabox container, the position of the control is counter intuitive, because it's located in the DOM after the content. This means that the focus sequence is backwards from expectations, as a user has to tab forward to reach an object above their visible location.
See #64351
Step-by-step reproduction instructions
- Enable custom fields in settings > preferences.
- Place your tab cursor in the 'value' field.
- Tab forward until focus lands on the resize drag button.
Screenshots, screen recording, code snippet
Environment info
- 6.7 RC nightly on 10/24
- Gutenberg 19.5
Please confirm that you have searched existing issues in the repo.
- Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
- Yes
Please confirm which theme type you used for testing.
- Block
- Classic
- Hybrid (e.g. classic with theme.json)
- Not sure
Activity