#22083 closed enhancement (fixed)
Improve the media-new.php screen
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | normal | Keywords: | ui-feedback ux-feedback needs-patch |
| Cc: | fittingsites@… |
Description
With #21391 we have the new screen for attachment edits.
nacin:
media-new.php shows the old form. (Keep in mind it allows for multiple uploads at once.) What should this workflow be? I don't know yet.
So ideas are welcome. How can we improve it?
See also http://wordpress.org/support/topic/suggestion-for-media-add-new-screen-upload?replies=1
Attachments (1)
Change History (14)
comment:2
in reply to:
↑ 1
nacin
— 7 months ago
Replying to helenyhou:
Tempted to say change the "show" link to "edit" and just link to the new edit screen, even though that removes the convenience of uploading and editing the details of a batch at once.
Let's do it.
comment:5
DrewAPicture
— 7 months ago
The show/hide links only show if you upload multiple files. So is it possible to detect if you've only uploaded a single file, and if so, redirect to the edit UI for that item?
comment:6
DrewAPicture
— 7 months ago
What I tried to say in comment:5 was, when you upload a single file, the show/hide box is already expanded, correct? And if you upload multiple files you get a list of collapsed items. If we change 'Show' to an edit link, we also need to account for what happens when single items are uploaded. Do we just leave it collapsed and replace 'Show' with 'Edit'? Or perhaps redirect them directly to the edit screen?
comment:7
JerrySarcastic
— 7 months ago
- Cc fittingsites@… added
comment:10
nacin
— 7 months ago
In 22755:
comment:11
nacin
— 7 months ago
In 22759:
comment:12
nacin
— 7 months ago
- Resolution set to fixed
- Status changed from assigned to closed
In 22764:
comment:13
nacin
— 7 months ago
In 22777:
Tempted to say change the "show" link to "edit" and just link to the new edit screen, even though that removes the convenience of uploading and editing the details of a batch at once.