Opened 10 years ago

Last modified 10 years ago

#12111 closed Bug

Image attributes read incorrectly in specific selection context — at Version 7

Reported by: Marek Lewandowski Owned by:
Priority: Normal Milestone: CKEditor 4.4.4
Component: General Version: 4.4.1
Keywords: Cc:

Description (last modified by Marek Lewandowski)

Checked only on IE10, but this issue might be also present in other IE versions

  1. open any sample with CKEditor and image plugin (i.e. samples/replacebyclass.html)
  2. use following source
    <p>Text with <a href="http://ckeditor.com">li<img alt="" src="assets/sample.jpg" style="height:60px; width:48px" />nk</a> and image .</p>
    
  3. go back to wysiwyg mode
  4. double click image to check its properties

Expected result:
Properties like image source link, height and width should be predefined in text inputs.

Current result:
Properties are missing.

additional info:

  1. Desired informations are available in dialog after Right Click / Image Properties.
  2. Seems to work OK in 4.4.0
  3. Seems to be broken in 4.4.1

Change History (7)

comment:1 Changed 10 years ago by Marek Lewandowski

Summary: [IE] Image attribute not readed correctly[IE10] Image attribute not readed correctly

comment:2 Changed 10 years ago by Marek Lewandowski

Description: modified (diff)

comment:3 Changed 10 years ago by Marek Lewandowski

Same goes for other kind of stuff like inputs etc.

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

I reproduced it in Chrome and FF. It seems that the reason why it happens is that the link gets selected on double click but it's Image dialog which is opened.

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

Summary: [IE10] Image attribute not readed correctlyImage attributes read incorrectly in specific selection context

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

Status: newconfirmed

comment:7 Changed 10 years ago by Marek Lewandowski

Description: modified (diff)
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