Opened 9 years ago
Closed 9 years ago
#4874 closed Bug (fixed)
IE: Context menu is not working for object selections
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.1 |
Component: | UI : Context Menu | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed IE Review+ | Cc: | pomu@… |
Description
When opening the context menu for object selections, like image, flash or anchor, and then select the relative properties dialog, the dialog doesn't get filled. By closing the dialog is also possible to see that the object lost its selection.
Attachments (2)
Change History (10)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Cc: | pomu@… added |
---|
I don't see any relevance, but It worked fine when I revert the change for 'beforepaste' to 'paste'.
comment:3 Changed 9 years ago by
In r4482, I also observed that " " is appended to the end of text when context menu is shown by right click. It seems to me that codes for deciding whether to enable or disable 'Paste' context menu somehow calls actual paste, and it moves the selection, so this problem happens.
Hope this might help.
Changed 9 years ago by
Attachment: | 4874.patch added |
---|
comment:4 Changed 9 years ago by
Component: | General → UI : Context Menu |
---|---|
Keywords: | Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |
@pomu You have an eagle eye.
comment:5 Changed 9 years ago by
Keywords: | Review- added; Review? removed |
---|
The patch fixed the issue, partially. The remaining problem is that now you must first click on the object with the left mouse button (select it) and then right-click for the context menu. With the 3.0.2, you can right-click objects directly, without selecting them first (right-click selects them).
Changed 9 years ago by
Attachment: | 4874_2.patch added |
---|
comment:6 Changed 9 years ago by
Keywords: | Review? added; Review- removed |
---|
The patch fixed the issue, partially.
Thanks for this careful catch, other part of this bug is regression from [4609] on 3.1.x branch.
comment:7 Changed 9 years ago by
Keywords: | Review+ added; Review? removed |
---|
This happens since [4482] in pasting branch.