Opened 4 years ago
Closed 4 years ago
#9255 closed defect (bug) (duplicate)
Media manager selects wrong image size
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.9 |
| Component: | Media | Version: | 2.7 |
| Severity: | minor | Keywords: | needs-patch |
| Cc: |
Description
symptom:
full-size image is selected in place of medium size by default.
steps to reproduce:
- upload an image of size between "medium" & "large" value.
- check wp-settings-1 cookie is NOT set, as /wp-includes/js/swfupload/handlers.js attempts to "cache" last values for alignment & size, hiding the problem from user.
- now in item-list the full-size image should be selected instead of the medium.
viewing the source reveal both "medium" and "large" are checked, firefox 3 opts to render latter radio-box checked.
I believe the problem originates from
/wp-admin/includes/media.php
where function image_size_input_fields set $checked first to "medium" then to "full", in above case.
Change History (4)
- Keywords needs-patch added
- Milestone changed from 2.7.2 to 2.8
- Version set to 2.7
comment:2
janeforshort — 4 years ago
- Milestone changed from 2.8 to Future Release
- Milestone changed from Future Release to 2.9
comment:4
miqrogroove — 4 years ago
- Resolution set to duplicate
- Status changed from new to closed
Valid bug, closing as there was a patch already made for duplicate #11021.
Note: See
TracTickets for help on using
tickets.

Pushing due to schedule. Can evaluate in next release cycle.