Opened 11 years ago
Last modified 11 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
- open any sample with CKEditor and image plugin (i.e. samples/replacebyclass.html)
- 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>
- go back to wysiwyg mode
- drag image into middle of the link
- 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:
- Couldn't reproduce in Chrome @ Win7.
- Desired informations are available in dialog after Right Click / Image Properties.
- Seems to work OK in 4.4.0
- Seems to be broken in 4.4.1