#21808 closed task (blessed) (fixed)
Media Workflow Actions and Selection UI
Reported by: | koopersmith | Owned by: | koopersmith |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
For media workflows that support more than a single action, it will be helpful to have a toolbar full of buttons, statuses, and the like.
The media modal supports both selecting a single image and selecting multiple images. For the latter, we should have a UI to indicate that a given number of items are selected and easily clear the selection, as scrolling through the library makes it easy to lose track of a selection otherwise.
I am currently working on this ticket.
See #21390.
Change History (8)
#2
follow-up:
↓ 3
@
12 years ago
Selecting multiple images seems to work fine.
Chrome console shows notices:
Resource interpreted as Image but transferred with MIME type text/html: "http://trunk.wordpress/wp-content/uploads/2012/05/KML_Samples.kml". jquery.js:2 Resource interpreted as Image but transferred with MIME type audio/mpeg: "http://trunk.wordpress/wp-content/uploads/2012/06/Paratiisi.mp3". jquery.js:2 Resource interpreted as Image but transferred with MIME type application/pdf: "http://trunk.wordpress/wp-content/uploads/2012/04/phpinfo.pdf". jquery.js:2
(and icons for those files are not displayed, see ticket:21776:21776.non-image.png).
When pressing "Insert into post" button, nothing happens (in both Firefox and Chrome).
#3
in reply to:
↑ 2
@
12 years ago
Thanks, Sergey.
Replying to SergeyBiryukov:
Chrome console shows notices:
Resource interpreted as Image but transferred with MIME type text/html: "http://trunk.wordpress/wp-content/uploads/2012/05/KML_Samples.kml". jquery.js:2 Resource interpreted as Image but transferred with MIME type audio/mpeg: "http://trunk.wordpress/wp-content/uploads/2012/06/Paratiisi.mp3". jquery.js:2 Resource interpreted as Image but transferred with MIME type application/pdf: "http://trunk.wordpress/wp-content/uploads/2012/04/phpinfo.pdf". jquery.js:2(and icons for those files are not displayed, see ticket:21776:21776.non-image.png).
Yep, non-image attachments are not handled correctly at the moment. In many cases, they shouldn't be displayed whatsoever.
When pressing "Insert into post" button, nothing happens (in both Firefox and Chrome).
I'd be worried if anything happened — the button currently does nothing.
In [21769]: