Opened 11 years ago
Closed 11 years ago
#35853 closed defect (bug) (fixed)
Media Library Add new button doesn't show the inline uploader anymore
| Reported by: | imath | Owned by: | adamsilverstein |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | Media | Version: | 4.6 |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: | Focuses: | javascript |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

@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.onvs.listenTofor 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.