Opened 11 years ago
Closed 11 years ago
#26618 closed defect (bug) (fixed)
iPad comments page does not show commenter name
Reported by: | commentluv | Owned by: | iammattthomas |
---|---|---|---|
Milestone: | 3.8.1 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch commit fixed-major |
Focuses: | ui | Cc: |
Description (last modified by )
When viewing the admin comments page on the iPad, the names of commenters does not show
Attachments (5)
Change History (20)
#1
@
11 years ago
- Component changed from General to Administration
- Keywords ui-focus added
.column-author
is hidden if the screen width is 782px or less: tags/3.8/src/wp-admin/css/wp-admin.css#L12231.
Introduced in [26134], appears to be the expected behaviour.
#2
@
11 years ago
Expected behaviour? Oh that's a shame because not using a real name is the first thing to check when deciding if a comment will be spammed or not and without the name I can't moderate comments on the ipad properly.
I hope someone realises that the name of the person commenting is more important and needs to be shown, even a small screen!
#3
@
11 years ago
Well, I would expect to always see the name too.
We could probably show it above the "Submitted on" string if there's not enough space for the column.
#6
@
11 years ago
- Description modified (diff)
- Summary changed from Ipad comments page does not show commenter name to iPad comments page does not show commenter name
This ticket was mentioned in IRC in #wordpress-dev by nacin. View the logs.
11 years ago
#11
@
11 years ago
- Keywords commit added; ui-feedback removed
26618.diff carries over the .column-author styling, and gives it an extra 0.6em margin-bottom (which is the same as the margin between "Submitted on" and the comment below it).
The placement of all of this CSS does not seem ideal, but this otherwise seems good to me.
#12
@
11 years ago
- Owner set to iammattthomas
- Resolution set to fixed
- Status changed from new to closed
In 26961:
Admin comments page