#37099 closed defect (bug) (fixed)
Sidebar with attachment details remains after deleting an attachment
Reported by: | ocean90 | Owned by: | adamsilverstein |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.5 |
Component: | Media | Keywords: | has-patch needs-testing commit |
Focuses: | javascript | Cc: |
Description
Originally reported in #36483.
A new bug is that the right sidebar (image info and settings) doesn't get refreshed/cleared out after deleting an image. Seems caused by the Backbone update as far as I see.
Attachments (2)
Change History (7)
#3
@
9 years ago
- Keywords has-patch needs-testing commit added; needs-patch removed
I tracked this down to a bug introduced in Backbone 1.2.3; updating to 1.3.3 fixes this issue (and possibly other related regressions).
See: http://backbonejs.org/#changelog
Despite the version number changing from 1.2.3->1.3.3 this version of Backbone is primarily a bug fix release and is a much smaller change than our last Backbone upgrade. Regardless, would appreciate a review/testing and of this update. Also, we should probably get this in ASAP so it we can catch any potential regressions.
In 37099.diff: Upgrade Backbone to the latest production version - 1.3.3, fixing some bugs around change events for collection models.
@adamsilverstein Can you take a look at this?