Opened 12 years ago
Closed 12 years ago
#22628 closed defect (bug) (fixed)
Improve switching between browser and upload state
Reported by: | koopersmith | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description
Currently, the attachments browser falls back to the upload state when there are no items in the collection. There are two major failings with the current implementation:
- When first navigating to the media library, you see a flash of the upload state before the attachments load.
- When a filter with no items is selected, we show an empty content area.
By moving the upload state and switching code into the browser view, we can fix both of these problems and eliminate complexity in the state.
Attachments (4)
Change History (13)
#5
@
12 years ago
- Resolution set to fixed
- Status changed from new to closed
This snuck in with [22919].
#7
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
This caused some problems with creating and editing galleries.
Note: See
TracTickets for help on using
tickets.
A nice touch after this would be to add spinners when attachments are loading.