Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #29367


Ignore:
Timestamp:
08/25/2014 05:30:33 PM (10 years ago)
Author:
gcorne
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29367 – Description

    v1 v2  
    11The progress bars in the attachment browser no longer animate when uploading. See https://cloudup.com/cAGpTEdfq6A for a demonstration. The progress bars worked correctly in 3.9.2.
    22
    3 This broke in [29367] because {{{rerenderOnModelChange}}} is set to {{{true}}} so any change triggers the view to re-render. The upload progress isn't handled during a normal Attachment view render, so always re-rendering causes any change to the progress bar to be overwritten.
     3This broke in [29266] because {{{rerenderOnModelChange}}} is set to {{{true}}} so any change triggers the view to re-render. The upload progress isn't handled during a normal Attachment view render, so always re-rendering causes any change to the progress bar to be overwritten.