Opened 12 years ago
Last modified 12 years ago
#10527 confirmed Bug
IE8 - Link not preserved on double-click in inline editor.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | IE8 | Cc: |
Description
- Open IE8 browser and massive inline creation sample.
- Click image icon in the toolbar.
- Enter some image url in the URL text box (e.g. http://upload.wikimedia.org/wikipedia/commons/9/95/Ferrari_P4-5.jpg).
- Click Link tab
- Enter some url like http://www.google.com and click "OK" button
- Now image when is added in the editor, double-click the image so the link dialog opens.
Results: Now there are two issues.
- Link URL text box is empty.
- If I try to enter some URL and press "OK", JS error is thrown:
Message:
SCRIPT5007: Unable to get value of the property 'collapsed': object is null or undefined
Line: 1208
URI: /ckeditor4/plugins/link/dialogs/link.js
Problem can be reproduced in IE8 only in inline mode only from CKEditor 4.0 beta
Simple workaround is using right-click instead of double-click. If user selects appropriate option from CKE context menu then everything works as expected.