[wp-trac] [WordPress Trac] #31416: An accessibility issue with the Publish metabox

WordPress Trac noreply at wordpress.org
Sun Mar 8 20:48:28 UTC 2015


#31416: An accessibility issue with the Publish metabox
-------------------------------------+-------------------------------------
 Reporter:  basbva                   |       Owner:
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Posts, Post Types        |     Version:  4.1.1
 Severity:  normal                   |  Resolution:
 Keywords:  needs-patch reporter-    |     Focuses:  ui, accessibility,
  feedback                           |  javascript, administration
-------------------------------------+-------------------------------------
Changes (by basbva):

 * keywords:  needs-patch => needs-patch reporter-feedback


Comment:

 I'm looking into this issue, without any experience with php though. Not
 to mention javascript or SVN. So this will take some time.

 Related: [https://core.trac.wordpress.org/ticket/12706]

 Probably it is interesting to respect the current publish metabox though,
 even as it can do with a patch. Keeping in mind backward compatibility.

 To be more specific, in metaboxes.php the following code seems to cause
 the issue:
 <option<?php selected( $post->post_status, 'private' ); ?>
 value='publish'><?php _e('Privately Published') ?></option>

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


More information about the wp-trac mailing list