Opened 9 years ago
Closed 9 years ago
#35853 closed defect (bug) (fixed)
Media Library Add new button doesn't show the inline uploader anymore
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Media | Keywords: | has-patch needs-testing |
Focuses: | javascript | Cc: |
Description
Since r36546, when you click on the add new button, nothing happens, before the inline uploader was shown and it was possible to upload.
Attachments (1)
Change History (5)
#1
@
9 years ago
- Component changed from External Libraries to Media
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.5
- Owner set to adamsilverstein
- Status changed from new to reviewing
Note: See
TracTickets for help on using
tickets.
@imath Thanks for the bug report. Can you test the attached patch to confirm that it resolves the issue for you?
In 35853.diff:
'toggle:upload:attachment'
event using.on
vs.listenTo
for better compatibility with the current version of Backbone.Fixes an issue where the upload area wouldn't open when clicking the 'Add New' button on the media grid screen (and possibly other places) since r36546.