[wp-trac] [WordPress Trac] #33596: Bug in Comment Quick Edit in smaller screen

WordPress Trac noreply at wordpress.org
Sat Aug 29 13:58:58 UTC 2015


#33596: Bug in Comment Quick Edit in smaller screen
--------------------------+---------------------------------
 Reporter:  gyan          |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  4.3.1
Component:  Comments      |     Version:  4.3
 Severity:  normal        |  Resolution:
 Keywords:  needs-patch   |     Focuses:  ui, administration
--------------------------+---------------------------------
Changes (by SergeyBiryukov):

 * milestone:  Awaiting Review => 4.3.1


Comment:

 Introduced in [33016], which changed `<tr id="replyrow">` from `display:
 table-cell` to `display: block` due to `.wp-list-table tr:not(.inline-
 edit-row) td:not(.check-column)` in line 1750.

 I've found a related issue in Comments meta box: `.column-author` does not
 get hidden, leading to duplicate author name, see [attachment:33596
 .comments-meta-box.png].

 [attachment:33596.patch] fixes both of these issues, but appears to
 introduce a new one: if you quick edit one comment in the meta box, others
 shrink to 50%, see [attachment:33596.comments-meta-box-quick-edit.png].

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


More information about the wp-trac mailing list