Opened 13 years ago
Last modified 13 years ago
#8960 confirmed Bug
IE6-8: editor scrolls up when right clicking on image wrapped in element with styles.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2.1 |
Keywords: | IE | Cc: |
Description
Reproducible in IE6-8 from CKEditor 3.2.1
<p style="width: 200px"> <img src="http://dev.fckeditor.net/chrome/site/logos.gif" /></p>
<p> <span style="display: inline-block"><img alt="Buy - Global Express" src="http://dev.fckeditor.net/chrome/site/logos.gif" style="width: 100px; height: 75px" /></span></p>
To reproduce:
- Paste one of the above code snippets that many times that after you switch to WYSIWYG mode scrollbar will appear
- Scroll all the way down and right click on image
Result:Editor will scroll up and you can't display Image properties dialog.
Please note that clicking on the image and pressing Image toolbar button will also not work. The only way to get to Image properties is to double-click on the image.