Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29367


Ignore:
Timestamp:
08/25/2014 05:27:42 PM (9 years ago)
Author:
gcorne
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29367

    • Property Focuses javascript added
    • Property Component changed from General to Media
    • Property Version changed from to trunk
  • Ticket #29367 – Description

    initial v1  
    1 The progress bars in the attachment browser no longer animate when uploading. See https://cloudup.com/cAGpTEdfq6A for a demonstration.
     1The 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
    33This 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.