Opened 10 years ago
Last modified 8 years ago
#13183 confirmed Bug
[IE10] Dropped image has micro size
Reported by: | Piotrek Koszuliński | Owned by: | Tomasz Jakut |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description
- http://tests.ckeditor.dev:1030/tests/plugins/uploadwidget/manual/image
- Drop an image into editor.
- While uploading it has a size of about 10x10.
- Once uploaded it has its correct size.
Change History (16)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|
Editor has to have NO focus to reproduce it.
comment:3 Changed 9 years ago by
Milestone: | → CKEditor 4.5.5 |
---|
comment:4 Changed 9 years ago by
Owner: | set to Tomasz Jakut |
---|---|
Status: | confirmed → assigned |
comment:5 Changed 9 years ago by
Status: | assigned → review |
---|
For unknown reason IE10 can't reset image's styles, so doing it manually fixes the issue. Pushed fix to branch:t/13183.
comment:6 Changed 9 years ago by
Milestone: | CKEditor 4.5.5 → CKEditor 4.5.6 |
---|
comment:7 Changed 9 years ago by
Milestone: | CKEditor 4.5.6 → CKEditor 4.5.7 |
---|
comment:8 Changed 9 years ago by
Milestone: | CKEditor 4.5.7 → CKEditor 4.5.8 |
---|
comment:9 Changed 9 years ago by
Milestone: | CKEditor 4.5.8 → CKEditor 4.5.9 |
---|
comment:10 Changed 9 years ago by
Milestone: | CKEditor 4.5.9 → CKEditor 4.5.10 |
---|
comment:11 Changed 9 years ago by
Status: | review → pending |
---|
After diving deeper into the problem I still couldn't find a solution that would be better than what was done so far.
That being said I find this solution rather hacky, since the problem here isn't with the styles - there are none, because that black square in the beginning is an image with a source encoded in base64.
Perhaps a better solution would be to have that black square be of the same size as the uploaded image?
comment:12 Changed 9 years ago by
Milestone: | CKEditor 4.5.10 → CKEditor 4.5.11 |
---|
Moving tickets to the next milestone.
comment:13 Changed 8 years ago by
Milestone: | CKEditor 4.5.11 → CKEditor 4.6.1 |
---|
comment:14 Changed 8 years ago by
Milestone: | CKEditor 4.6.1 → CKEditor 4.6.2 |
---|
Moving to 4.6.2 minor release, as 4.6.1 is mostly about polishing 4.6.0.
comment:15 Changed 8 years ago by
Milestone: | CKEditor 4.6.2 |
---|
comment:16 Changed 8 years ago by
Status: | pending → confirmed |
---|
I cannot reproduce this issue in http://tests.ckeditor.dev:10450/tests/plugins/uploadwidget/manual/image2