Opened 10 years ago
Closed 10 years ago
#32324 closed defect (bug) (fixed)
Media Library grid spinner hidden after bulk selection
Reported by: | afercia | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Media | Keywords: | has-patch |
Focuses: | ui, javascript | Cc: |
Description
Now that spinners are toggled using the CSS’s visibility property (see #22839), some minor breakage was expected to happen. To reproduce this:
- go in the Media Library, grid mode
- press the "Bulk Select" button
- the spinner is now hidden with jQuery
.hide()
and gets an inlinedisplay: none
, see screenshot - press "Cancel Selection"
- now select a different month from the filter by date select
- the spinner doesn't appear, it's still hidden with
display: none
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In the proposed patch: