#29991 closed defect (bug) (fixed)
Comment action links are quite cramped on small screens
| Reported by: | pento | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.3 |
| Component: | Comments | Version: | |
| Severity: | minor | Keywords: | make-flow has-patch needs-testing |
| Cc: | Focuses: | ui, administration |
Description
On mobile devices, the comment action links are quite small and cramped - it's pretty easy to mis-tap.
Attachments (9)
Change History (24)
#3
@
12 years ago
- Keywords has-patch added
When screen is < 782px wide, it now:
- Adds more spacing between the action links so that it's harder to tap the wrong one
- Hides the "In Response To" column
- Unhides a new "In Reponse To" section in the comment column
I've removed the "View Post" link as it didn't really fit well here.
#4
@
12 years ago
- Keywords needs-testing added
Revised patch. Styles were unintentionally affecting action links in the entire dashboard instead of just the comments list table.
@
12 years ago
All of the above fixes and added: Increased line-height of .row-actions for comments on single post; fixed typo on .fixed .column-comment .comment-post-link (awhite-space -> white-space)
@
12 years ago
All of the above fixes and: fixing my diff. Accidentally created it while in the /css/ directory, so it was missing the additional changes.
This ticket was mentioned in Slack in #core-flow by boren. View the logs.
12 years ago
#9
follow-up:
↓ 11
@
11 years ago
Just read the Slack convo from 3 weeks ago. So is the concensus to go ahead with an implementation like @helen's screenshot? http://cl.ly/3F1L0N3z1M0F0Z3t0X3W
#11
in reply to: ↑ 9
@
11 years ago
Replying to bradt:
Just read the Slack convo from 3 weeks ago. So is the concensus to go ahead with an implementation like @helen's screenshot? http://cl.ly/3F1L0N3z1M0F0Z3t0X3W
I wouldn't mind moving to single column mobile layouts for all of our list table screens. My inclination is to run with Helen's screenshot and iterate from there.
#12
@
11 years ago
- Milestone 4.2 → Future Release
- Priority high → normal
No patch activity in the last few weeks. Punting to future release.
#13
@
11 years ago
I missed this - this is one of the screens that I think needs more of a rethought to work on a narrow screen. Interim fixes are great, I'm just not convinced that comments really gets very much better with them. Happy to lay out what I think could be the path with my very old experiment going forward, if we think that's a route we want to pursue.
#14
@
11 years ago
- Milestone Future Release → 4.3
- Resolution → fixed
- Status new → closed
Fixed by the work on #32395.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Working on a patch to hide the "In Response To" column.