Opened 10 years ago
Closed 8 years ago
#24565 closed enhancement (maybelater)
lighter image selection screen in media insertion
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Media | Keywords: | needs-patch |
Focuses: | javascript | Cc: |
Description
When I want to insert an image into a post I click on the insert media button and a window with all the images in the media library is displayed. It takes time for all the images to load and since the selection is based on visual recognition of the image I have to wait until the images are loaded in the browser which takes time, especially on low bandwidth.
Possible improvement can be a text based mode that shows the title of the images and the ability to switch to image mode from it.
Change History (3)
#2
@
8 years ago
- Focuses javascript added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
Curious what this would look like, but not a bad idea. This would be an instance of media/views/attachments/browser.js
with a different AttachmentView
passed to its instance of media/views/attachments.js
Note: See
TracTickets for help on using
tickets.
Related: #23205, #23292