Changes between Initial Version and Version 1 of Ticket #29367
- Timestamp:
- 08/25/2014 05:27:42 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29367
- Property Focuses javascript added
-
Property
Component
changed from
General
toMedia
-
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. 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 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.