#4790 closed defect (bug) (fixed)
Avatars, recipients and date box not wrapping properly on the messages page
Reported by: | magichew | Owned by: | |
---|---|---|---|
Milestone: | 1.7 | Priority: | low |
Severity: | minor | Version: | 1.7 |
Component: | Templates | Keywords: | |
Cc: |
Description
The avatar pictures appears to be underneath the recipient and date text in messages page.
I've included a photograph to demonstrate.
Attachments (3)
Change History (16)
#1
@
12 years ago
- Component changed from Core to Theme
- Keywords reporter-feedback added
- Priority changed from normal to low
- Severity changed from normal to minor
What theme are you using? WP/BP versions?
#2
@
12 years ago
- Keywords reporter-feedback removed
Sorry for the delay in getting back to you.
I'm using the Twenty Twelve Theme, the latest trunk version of BP and the 3.5.2 alpha WP.
#3
@
12 years ago
- Keywords reporter-feedback added
By the looks of that screengrab, there's some customization going on. The yellow box around the timestamp is no longer in BP trunk. Are you sure that you don't have a custom template somewhere? Check that your theme doesn't contain members/single/messages/ or anything like that.
#4
@
12 years ago
- Keywords reporter-feedback removed
It's all vanilla. That screenshot was taken a while ago with the latest version at that time. It still persists now with that latest version. Do you need a new screenshot?
#5
@
12 years ago
I guess you can attach a new screenshot, but in any case I can't reproduce the issue on my local installations. Do you know enough about your browser's dev tools to debug the CSS?
#7
@
12 years ago
- Milestone changed from Awaiting Review to 1.7
Thanks for the additional details. I still can't totally reproduce the screenshots as you've described them, but I do see that Twenty Twelve is inserting some responsive CSS that's causing problems in the context of this table. Could you test 4790.patch to see if it fixes your problem too?
#9
@
12 years ago
Just had a thought, the messages screen could do with a little bit of adjustment.
The check box and the delete button shouldn't be together. For my money it makes more sense to have the check box as the left most element and the delete button all the way to the right like the image I've attached.
#10
@
12 years ago
- Resolution set to fixed
- Status changed from new to closed
(In [6839]) Improved avatar appearance on Messages lists when using theme compat
Some WP themes accomplish responsiveness for images by using a max-width: 100%;
attribute for all images in the content area. (Twenty Twelve is an example.)
This declaration causes problems for the way that the Messages screen markup
is built, so that the container element for the avatar has no width, and thus
the avatar doesn't show up on Webkit browsers.
Fixes #4790
Screen grab of messages issue