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

WordPress Trac noreply at wordpress.org
Mon Jul 13 17:25:51 UTC 2020


#39074: No method to move meta boxes using keyboard
-------------------------------------+-------------------------------------
 Reporter:  joedolson                |       Owner:  afercia
     Type:  defect (bug)             |      Status:  reopened
 Priority:  normal                   |   Milestone:  5.5
Component:  Editor                   |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  wpcampus-report has-     |     Focuses:  ui, accessibility,
  patch has-screenshots needs-dev-   |  administration
  note commit                        |
-------------------------------------+-------------------------------------

Comment (by afercia):

 Note for the dev-note:

 This change will need to make sure plugins that alter the post boxes
 "header" are aware of the change and adjust their code accordingly.

 For example, Advanced Custom Fields adds a "Edit field group" link in the
 post box header.

 Interesting to note:
 in the Classic Editor, Advanced Custom Fields adds one more "sortables"
 area after the post title:

 `<div id="acf_after_title-sortables" class="meta-box-sortables ui-
 sortable">`

 Thus, it's actually possible to move the boxes before the post title. Not
 sure ACF should be allowed to do that, but this is the expected behavior,
 based on the available "sortables" areas.

 Luckily, this additional "sortables" area is hidden in the block editor so
 it's ignored by the JS that handles the order buttons.

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


More information about the wp-trac mailing list