[wp-trac] [WordPress Trac] #39074: No method to move meta boxes using keyboard

WordPress Trac noreply at wordpress.org
Sun Jan 19 17:59:40 UTC 2020


#39074: No method to move meta boxes using keyboard
-------------------------------------+-------------------------------------
 Reporter:  joedolson                |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  5.4
Component:  Editor                   |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  wpcampus-report needs-   |     Focuses:  ui, accessibility,
  design has-patch 2nd-opinion       |  administration
-------------------------------------+-------------------------------------
Changes (by xkon):

 * keywords:  wpcampus-report needs-design has-patch => wpcampus-report
     needs-design has-patch 2nd-opinion


Comment:

 [attachment:"39074.3.diff"] adds a "pseudo class" of `.focused` to be used
 along with `.postbox` to have a visual representation of which postbox is
 moved as we wanted to explore this from comment [comment:25].

 I don't know if this is entirely correct as this catches all `click` and
 `keypress` (bound to Tab only) events on body so we can focus/unfocus the
 postboxes as well depending on where the mouse or current tabbing is.

 You can see a preview of both tabbing + clicking at
 [attachment:"39074.3_preview.gif"].

 If this approach isn't optimal, I'll see if I can bind the overall postbox
 focus only when the sorting buttons are used instead :).

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/39074#comment:27>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list