Changes between Initial Version and Version 1 of Ticket #13824


Ignore:
Timestamp:
Oct 13, 2015, 2:31:19 PM (9 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13824

    • Property Status changed from new to confirmed
  • Ticket #13824 – Description

    initial v1  
    11== Steps to reproduce ==
    22
    3 1. Drop large file into editor e.g. 30MB image
     31. Drop large file into editor e.g. 30MB image (large file size is used to increase time before notification is displayed)
    442. Observe
    55
     
    1717CKEditor displays notification once it receives information about package size (file size with headers, control sums etc. which is greater than sole file size).
    1818
    19 For few seconds there is no information and CKEditor is not responding. This can make users think that editor has hung and not that it is processing the file.
     19For few seconds there is no information and CKEditor is not responding. This can make users think that editor has hung and not that it is processing the file.
     20
     21**In fact CKEditor is processing base64 string for the image to preview it.** For larger files we could intorduce configurable maximum file size for which preview should be shown. Antying above that property will not be using preview. Reported here: #13825
    2022
    2123== Other details (browser, OS, CKEditor version, installed plugins) ==
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy