[wp-trac] [WordPress Trac] #31714: Missing ID's in the post table Quick Edit touch_time

WordPress Trac noreply at wordpress.org
Tue May 5 16:05:25 UTC 2015


#31714: Missing ID's in the post table Quick Edit touch_time
----------------------------+------------------------------
 Reporter:  rianrietveld    |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  high            |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  0.71
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |     Focuses:  accessibility
----------------------------+------------------------------

Comment (by afercia):

 Hi Rian, double checked and I'm not sure it can be done this way. The
 Quick Edit (and Bulk Edit) form is initially hidden at the bottom of the
 page, then cloned and populated with specific Post data via JavaScript.
 The current patch will use always the same IDs and since the Quick Edit
 form gets cloned, its copy will use the same IDs so we will have
 duplicated IDs. We could try to use implicitly associated labels (labels
 that wrap the input) and get rid of the the IDs altogether.

 Also, we should use a `fieldset` and the previous label "Date" should be
 the fieldset `legend`.
 Working on a patch but I'd like to hear the accessibility team opinion.

 Form some background, see r28730

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


More information about the wp-trac mailing list