pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 264 forks source link

Feature/7196 tab support improvement #7198

Closed heybran closed 6 months ago

heybran commented 1 year ago

Description

Improve tab support on Manage Pods screen and Edit Pods screen.

Related GitHub issue(s)

Fixes #7196

Testing instructions

Manage Pods screen (/wp-admin/admin.php?page=pods)

  1. Go to 'Pods Admin -> Edit Pods'
  2. Navigate the UI with tab
  3. Edit Duplicate Delete action buttons should be visible when they're tabbed into.

Edit Pods screen (/wp-admin/admin.php?page=pods&action=edit&id=38)

  1. Go to 'Pods Admin -> Edit Pods'
  2. Enter into a single Pods item.
  3. Navigate the UI with tab
  4. Edit Duplicate Delete action buttons as well as other [tabindex=0] elements should be visible or show focus indicator (outline in this case) when they're tabbed into.

Screenshots / screencast

Changelog text for these changes

Enhancement: Manage Pods & Edit Pods screen will have better tab support. #7196 (@heybran)

PR checklist

what-the-diff[bot] commented 10 months ago

PR Summary

heybran commented 10 months ago

Updates tested and pushed, should be ready for merge after your final review.