Opened 6 months ago
Closed 5 months ago
#22817 closed defect (bug) (fixed)
New Media: Image isn't auto-selected after uploading featured image
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5.1 |
| Component: | Media | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch commit fixed-major |
| Cc: | ADAMSILVERSTEIN@…, bk@… |
Description
Steps to reproduce:
- From a post editing screen, click 'Set featured image'.
- Switch to the 'Upload Files' tab and upload a new image.
Note that the newly upload file isn't automatically selected, leaving the user to scratch their head for a few moments before clicking their newly uploaded image.
Caveat: You can actually upload multiple images in this step. Ideally, this should be disallowed here. Maybe a future enhancement, though.
Attachments (1)
Change History (12)
comment:1
johnbillion — 6 months ago
- Summary changed from New Media: Image isn't auto-selected after uploading to New Media: Image isn't auto-selected after uploading featured image
22817.diff auto selects the file when uploaded from "set featured image", and selects only the first image in the UI when multiple are uploaded.
comment:5
adamsilverstein — 5 months ago
- Cc ADAMSILVERSTEIN@… added
this patch corrected the issue for me - verified that uploaded image is now auto-selected in featured image uploader, first image is selected when a group is uploaded;
comment:9
koopersmith — 5 months ago
In 23259:
comment:10
nacin — 5 months ago
- Keywords commit fixed-major added
comment:11
nacin — 5 months ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 23270:

I don't know if multiple images needs to be disallowed. They're still getting uploaded to the media library. We could select the first one, or decline to select any when multiple are uploaded at once.