Opened 8 years ago
Closed 5 years ago
#39633 closed defect (bug) (fixed)
No HiDPI version for avatar in post locked modal
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Posts, Post Types | Keywords: | has-patch has-screenshots |
Focuses: | ui, javascript, administration | Cc: |
Description
The image tag is generated in JavaScript, see https://core.trac.wordpress.org/browser/trunk/src/wp-admin/js/post.js?rev=38893&marks=203#L202, without a srcset attribute.
wp_refresh_post_lock()
should probably return both versions. Also, consider switching to get_avatar_url()
.
Related: #22329
Attachments (4)
Change History (13)
This ticket was mentioned in Slack in #core by sergey. View the logs.
5 years ago
#5
@
5 years ago
- Milestone changed from 5.4 to 5.5
Hi,
With 5.4 Beta 3 approaching and the Beta period reserved for bugs introduced during the cycle, this is being moved to the next milestone. If any maintainer or committer feels this should be included or wishes to assume ownership during a specific cycle, feel free to update the milestone accordingly.
This ticket was mentioned in Slack in #core by david.baumwald. View the logs.
5 years ago
#7
@
5 years ago
- Keywords needs-refresh added
Latest patch no longer applies cleanly. Marking for a refresh.
Assigning ownership to mark the
good-first-bug
as "claimed".