Explorar o código

Fix #799: Fix IE memory issue on image load

Kartik Visweswaran %!s(int64=8) %!d(string=hai) anos
pai
achega
ffcee42027
Modificáronse 3 ficheiros con 3 adicións e 2 borrados
  1. 3 1
      CHANGE.md
  2. 0 1
      js/fileinput.js
  3. 0 0
      js/fileinput.min.js

+ 3 - 1
CHANGE.md

@@ -3,7 +3,7 @@ Change Log: `bootstrap-fileinput`
 
 
 ## version 4.3.6
 ## version 4.3.6
 
 
-**Date:** 31-Oct-2016
+**Date:** 15-Nov-2016
 
 
 1. (enh #696): Better default preview zoom settings.
 1. (enh #696): Better default preview zoom settings.
 2. (enh #764): Update Russian Translations.
 2. (enh #764): Update Russian Translations.
@@ -19,6 +19,8 @@ Change Log: `bootstrap-fileinput`
    - if `minFileSize` is set to `null`, then above validation is skipped and no minimum file size 
    - if `minFileSize` is set to `null`, then above validation is skipped and no minimum file size 
      check is performed.
      check is performed.
 8. (enh #791): Auto orientation of images based on EXIF data.
 8. (enh #791): Auto orientation of images based on EXIF data.
+9. (enh #799): Fix IE memory issue on image load.
+10. (enh #800): Update Spanish Translations.
 
 
 ## version 4.3.5
 ## version 4.3.5
 
 

+ 0 - 1
js/fileinput.js

@@ -2493,7 +2493,6 @@
                 self._raise('fileimageloaded', [previewId]);
                 self._raise('fileimageloaded', [previewId]);
                 self.loadedImages.push({ind: i, img: $img, thumb: $thumb, pid: previewId, typ: ftype});
                 self.loadedImages.push({ind: i, img: $img, thumb: $thumb, pid: previewId, typ: ftype});
                 self._validateAllImages();
                 self._validateAllImages();
-                objUrl.revokeObjectURL($img.attr('src'));
             });
             });
         },
         },
         _validateAllImages: function () {
         _validateAllImages: function () {

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
js/fileinput.min.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio