Opened 10 years ago
Closed 10 years ago
#29934 closed defect (bug) (fixed)
Media modal: make the "Selected" row (at the bottom) thumbnails non-draggable
Reported by: | azaozz | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
Continuing from https://core.trac.wordpress.org/ticket/29606#comment:15, the small thumbnails that show in the "Selected" row at the bottom while selecting images for a gallery are currently draggable. This doesn't seem particularly usable as they are draggable only while selecting images for a new gallery and only the first few are shown (depending on the window width).
Attachments (3)
Change History (8)
#2
@
10 years ago
Dug into this one and I've attached a patch that makes the "Selected" row at the bottom non-draggable.
That said, this restricts functionality for the use case where I want to insert multiple images into a post in a certain order. Without the patch I can (see screenshots above):
- Select the multiple images I want to insert.
- Drag the Selected images at the bottom to the order I want to insert in.
With the patch, I can't do step (2), so I'll need to reorder the images after I insert them (which is OK, but not great).
Thoughts on how we'd like to proceed?
Dig.