Opened 12 years ago
Closed 10 years ago
#24352 closed defect (bug) (fixed)
It is not obvious what does "Edit" mean in the info (bottom) part of the media selection window
Reported by: | mark-k | Owned by: | |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | ux-feedback has-patch dev-feedback |
Focuses: | accessibility, javascript | Cc: |
Description
- Edit a post
- click "add media"
- select a media
- the bottom part of the window contains an "edit" link
It seems like Edit mode just lets the user rearrange the order of the selected media. Maybe it is my english but when I rearrange icons on my desktop I don't think about it as editing. The use of "Edit" in that context just feels strange and confusing.
Attachments (3)
Change History (16)
#3
@
11 years ago
- Keywords reporter-feedback close removed
Maybe it was an omition, maybe things changed, but right now (3.8) you will get the edit link after selecting two images.
#4
@
11 years ago
To clarify, the ticket is about the selection editing link: tags/3.8.1/src/wp-includes/media-template.php#L253.
#5
@
11 years ago
It's a confusing part of the workflow here.
The "Edit" link is for reordering the selected attachments, either in the "Insert Media" or "Create gallery" workflows.
#6
@
10 years ago
- Focuses javascript added
- Milestone changed from Awaiting Review to 4.1
The drag and drop doesn't work and "Edit" is beyond ambiguous
#7
@
10 years ago
- Keywords has-patch dev-feedback added
in 24325.diff: change link from 'Edit' to' Edit selection' - drag and drop still needs work.
#8
@
10 years ago
Looks like this: http://cl.ly/image/2G0Y3c143R39
#9
follow-up:
↓ 10
@
10 years ago
Have we discussed getting rid of this part of the interface? I see it as more confusion-causing than problem-solving.
It is a UI element that's primary utility (removing attachments from the selection) is a duplicating functionality in the attachments browser . The secondary utility of it (reordering attachments) seems unuseful enough to jettison as well.
#10
in reply to:
↑ 9
@
10 years ago
- Focuses accessibility added
Replying to ericlewis:
Have we discussed getting rid of this part of the interface? I see it as more confusion-causing than problem-solving.
It is a UI element that's primary utility (removing attachments from the selection) is a duplicating functionality in the attachments browser . The secondary utility of it (reordering attachments) seems unuseful enough to jettison as well.
That seems reasonable, unless there is some back compat reason to keep it? One big concern is that the current main screen where you bulk select images (from post->insert media) is not accessible - its very difficult to select images and add/remove them from a group selection.
To see what I mean, try selecting a group of images with only your keyboard - selecting a group is pretty easy - one click on the first image, then a shift click on the last image to select a range. Now, try deselecting images - you can't! actioning the check/minus _removes_ the image (not the same) and actioning an image selects it, deselecting the rest.
I'm having a hard time finding the "edit" link...