Opened 10 years ago

Last modified 10 years ago

#12111 closed Bug

[IE] Image attribute not readed correctly — at Initial Version

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

Description

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">link</a> and image <img alt="" src="assets/sample.jpg" style="height:60px; width:48px" />.</p>
    
  3. go back to wysiwyg mode
  4. drag image into middle of the link
  5. 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. Couldn't reproduce in Chrome @ Win7.
  2. Desired informations are available in dialog after Right Click / Image Properties.
  3. Seems to work OK in 4.4.0
  4. Seems to be broken in 4.4.1

Change History (0)

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