Changes between Version 1 and Version 2 of Ticket #29367
- Timestamp:
- 08/25/2014 05:30:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29367 – Description
v1 v2 1 1 The 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. 2 2 3 This broke in [29 367] 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.3 This 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.