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

WordPress Trac noreply at wordpress.org
Tue Sep 15 12:29:05 UTC 2015


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

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 Just noticed: edit a Post that already has some comments. The "Add new
 Comment" will look like this;

 [[Image(https://cldup.com/4aODRSJXXC.png)]]

 This is because the table with comments here has two columns but the
 `colspan` attribute set with JavaScript will be 0. Doesn't happen in Posts
 that don't have comments yet, since there's no table there.

 Minor: in Dashboard > Activity > Comments, the comments list doesn't use a
 table and `#replyrow` is a `<div>`; we shouldn't try to set a colspan
 there, even if at the moment it doesn't break anything.

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


More information about the wp-trac mailing list