Opened 11 years ago
Closed 11 years ago
#11159 closed Bug (fixed)
[IE9-10] Image2: Buggy discovery of dimensions when changing src in dialog
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3.1 |
Component: | General | Version: | 4.3 |
Keywords: | IE9 IE10 | Cc: |
Description
- Open /samples/plugins/image2/image2.html
- Edit existing widget.
- Change "assets/image1.jpg" to "assets/image2.jpg". Alter a digit or paste the new
src
as a whole (sometimes it matters, don't know why). - See dimensions:
28x30
. That should be534x480
.
I suppose there's some problem with timing as it works perfectly in Chrome or Firefox.
IE8 and IE11 to be checked.
Change History (5)
comment:1 Changed 11 years ago by
Keywords: | IE9 IE10 added |
---|---|
Status: | new → confirmed |
Version: | 4.3 Beta → 4.3 (GitHub - major) |
comment:2 Changed 11 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 11 years ago by
Status: | assigned → review |
---|
Simple fix in t/11159. It seems that IE got some problem with estimating width/height
of detached images.
comment:4 Changed 11 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
git:b94d536 landed in master.
I was able to reproduce this only in IE9-10 in major. I didn't get this result in 4.3 beta.
In my case changing whole URL worked while altering only digit produced result @a.nowodzinski is talking about.
NOTE: in IE11 changing digit or whole URL resulted in
534x480
image but no new dimensions were calculated and shown in width/height fields.