Opened 15 years ago
Closed 15 years ago
#4647 closed Bug (fixed)
Image info doesn't fill up dialog when open from context menu
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | UI : Context Menu | Version: | SVN (CKEditor) - OLD |
Keywords: | IE Review+ | Cc: |
Description (last modified by )
- Open the 'replace by class' sample page in IE6, load the editor with following content and selection:
<p style="width:200px">[<img src="http://dev.fckeditor.net/chrome/site/logos.gif" />]</p>
- Right click to open context menu and select 'Image';
- Actual Result: The 'Url' field is empty in opened dialog.
Attachments (1)
Change History (13)
comment:1 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 follow-up: 4 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.2 |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
It turns out that #4041 will not handle this bug, reopen it.
comment:4 Changed 15 years ago by
Description: | modified (diff) |
---|
Update missing pre-conditions in description.
Changed 15 years ago by
Attachment: | 4647.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | IE Review? added; IE6 removed |
---|
Affected all IE versions, the key to reproduce this bug is to have the selected element's container (paragraph here) has "layout", where re-selecting an image element will fail silently, result in a collapsed selection before the image.
The simplest way of avoid running into this issue is DO NOT forcing the selection into editor when context menu item is clicked.
comment:7 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | reopened → new |
comment:9 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:10 Changed 15 years ago by
Component: | UI : Dialogs → UI : Context Menu |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed with [5006].
comment:11 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.x |
---|---|
Priority: | Normal → High |
Resolution: | fixed |
Status: | closed → reopened |
This is still a problem unfortunately. I just copied the sample html into the source in the demo page (ckeditor.com/demo) and the first time I right click the image I don't get the "Image Properties" option. However, if I then right-click on the image again OR if I left click the image and then click the Image button, I get the "Image Properties" option and the dialog loads correctly.
If it matters, I am running IE8 (32-bit) in Windows 7 (64-bit).
comment:12 Changed 15 years ago by
Milestone: | CKEditor 3.x → CKEditor 3.2 |
---|---|
Priority: | High → Normal |
Resolution: | → fixed |
Status: | reopened → closed |
Please do not reopen tickets that have been already fixed. Maybe we have the regression because of something else that needs to be checked.
I would ask you to please open a new ticket for this issue, including all the necessary information to reproduce the problem and eventually a reference to this ticket.
Yet another DUP of #4041.