#42938 closed feature request (fixed)
Avatar Blank Space
Reported by: | Marius84 | Owned by: | ianbelanger |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 4.9.1 |
Component: | Administration | Keywords: | has-screenshots has-patch commit |
Focuses: | ui, administration | Cc: |
Description
Wordpress --> Settings --> Discussion --> Avatar Display --> Uncheck Show Avatar option.
If I can choose not to show the avatar the blank space shouldn’t be there.
screenshot 1: https://www.dropbox.com/s/3mj8fmsd3t9vycs/Screenshot%202017-12-19%2005.53.21.png?dl=0
screenshot 2: https://www.dropbox.com/s/1ip4fmozaub5nyw/Screenshot%202017-12-19%2013.49.19.png?dl=0
screenshot 3: https://www.dropbox.com/s/9013zsym8v8gltc/Screenshot%202017-12-19%2013.58.09.png?dl=0
Also all themes will show on live website this "Blank Space Location On comment Area" if i deactivated the Avatar Display. If I can choose not to show the avatar the blank space location shouldn’t be there.
Attachments (16)
Change History (44)
#3
@
7 years ago
- Focuses coding-standards removed
This isn't related to adhering to coding standards, so removing the focus.
Identification of the bug looks good, assuming that the intent of the Show Avatar was meant for the back end, as well as the front end.
#6
follow-up:
↓ 7
@
6 years ago
Hello, WP 5.0 installed problem persist, any update on this? Thank you all.
#7
in reply to:
↑ 6
@
6 years ago
Replying to Marius84:
Hello, WP 5.0 installed problem persist, any update on this? Thank you all.
As you can see by the milestone field in the ticket header, and also previous comment, this is intended to be fixed in WordPress 5.1.
#8
@
6 years ago
- Keywords needs-testing added
- Milestone changed from 5.1 to 5.2
42938.1.patch needs testing and a decision.
#9
@
6 years ago
My wordpress 5.0.3 admin dashboard look horrible just because I don't use Avatar. Hope we can have some news about this subject in wordpress 5.2
Thanks guys! I tested the patch and work like a charm!
#11
follow-up:
↓ 12
@
6 years ago
- Keywords needs-patch has-screenshots added; has-patch removed
- Milestone changed from 5.2 to 5.3
Just tested the patch and it does make the requested changes, however there is an unintended consequence when your comment contains a long non-breaking word/string. See screenshots above.
Since this is not ready for 5.2 Beta 1, which is tomorrow and is a Feature Request. I am punting to 5.3
#12
in reply to:
↑ 11
@
6 years ago
- Keywords has-patch added; needs-patch removed
Replying to ianbelanger:
Just tested the patch and it does make the requested changes, however there is an unintended consequence when your comment contains a long non-breaking word/string. See screenshots above.
Since this is not ready for 5.2 Beta 1, which is tomorrow and is a Feature Request. I am punting to 5.3
Add new class dashboard-comment-wrap-no-avatar to keep the word-wrap property
#13
@
6 years ago
Just tested the patch and it does make de requested changes, but when I go back and want to show the avatars again. It doesn't show the avatar anymore.
#15
@
6 years ago
Just tested the patch and it does make de requested changes, but when I go back and want to show the avatars again. It doesn't show the avatar anymore.
42938.4.diff should fix the issue and also includes some coding standards updates.
#16
@
5 years ago
I can confirm that 42938.4.diff works. But I think we should also account the "No avatar" option on bundled themes for the front end as well. But that can be as another ticket.
#17
@
5 years ago
- Keywords needs-refresh added
This one is not applying cleanly for me. Can someone please give it a refresh?
#18
@
5 years ago
- Keywords needs-refresh removed
@desrosj can you give 42938.5.diff a shot.
It's a refresh and addresses minor CS issues. One lucky happenstance was the CS fix on the main PHP block that appeared changed in 42938.4.diff was it's indention which is why it's no longer appearing in the latest diff as that doesn't change from what's in trunk.
@ianbelanger or @donmhico can you confirm as you have more background on this ticket.
As well @donmhico did you create another ticket for this thought?
"But I think we should also account the "No avatar" option on bundled themes for the front end as well. But that can be as another ticket."
*If so please post the reference for relation.
Thanks
@
5 years ago
One tiny tweak, moved the space off the $show_avatars_class setup and just placed after <?php echo $show_avatars_class; ?> as it will always be needed
#19
@
5 years ago
- Milestone changed from 5.3 to 5.4
With 5.3 beta 1 in a few hours, this unfortunately needs to be punted.
#20
@
5 years ago
I hoped in vain that it would be solved in WordPress 5.3 and now the milestone has been moved to 5.4 a real disappointment
#21
@
5 years ago
- Keywords needs-refresh added
The patch doesn't applies cleanly anymore on my side. Going to refresh it.
#22
@
5 years ago
- Keywords needs-refresh removed
- Owner set to audrasjb
- Status changed from new to accepted
Patch refreshed. Works fine on my side, I think it's ready to go.
#23
@
5 years ago
- Keywords commit added
Thanks for the refresh @audrasjb testing this is working nicely. I think we're safe marking this for commit
.
One note about your latest patch, I'm not sure why it does this really but am getting;
patch unexpectedly ends in middle of line
Hunk #2 succeeded at 808 with fuzz 1.
Seems this is just a CRLF windows line ending from a git diff that it's complaining about but the patch applies cleanly without issue so I don't see it as a concern, just flagging in case.
#24
@
5 years ago
Hi there,
I verified the previous patch and it still applies cleanly.
It’s still on track for 5.4, we just need a commit action here.
#25
@
5 years ago
- Owner changed from audrasjb to ianbelanger
- Status changed from accepted to assigned
Patch looks good to me, reviewing for commit
Created patch for Avatar in Recent Comments section on Dashboard