Changes between Initial Version and Version 1 of Ticket #13824
- Timestamp:
- Oct 13, 2015, 2:31:19 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13824
-
Property
Status
changed from
new
toconfirmed
-
Property
Status
changed from
-
Ticket #13824 – Description
initial v1 1 1 == Steps to reproduce == 2 2 3 1. Drop large file into editor e.g. 30MB image 3 1. Drop large file into editor e.g. 30MB image (large file size is used to increase time before notification is displayed) 4 4 2. Observe 5 5 … … 17 17 CKEditor displays notification once it receives information about package size (file size with headers, control sums etc. which is greater than sole file size). 18 18 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. 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. 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 20 22 21 23 == Other details (browser, OS, CKEditor version, installed plugins) ==