Opened 10 years ago

Closed 10 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

  1. Open /samples/plugins/image2/image2.html
  2. Edit existing widget.
  3. 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).
  4. See dimensions: 28x30. That should be 534x480.

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 10 years ago by Jakub Ś

Keywords: IE9 IE10 added
Status: newconfirmed
Version: 4.3 Beta4.3 (GitHub - major)

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.

comment:2 Changed 10 years ago by Olek Nowodziński

Owner: set to Olek Nowodziński
Status: confirmedassigned

comment:3 Changed 10 years ago by Olek Nowodziński

Status: assignedreview

Simple fix in t/11159. It seems that IE got some problem with estimating width/height of detached images.

comment:4 Changed 10 years ago by Piotrek Koszuliński

Status: reviewreview_passed

comment:5 Changed 10 years ago by Olek Nowodziński

Resolution: fixed
Status: review_passedclosed

git:b94d536 landed in master.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy