#4666 closed Bug (fixed)
IE - selection is not visible when context menu is opened
Reported by: | Wiktor Walc | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM WorksForMe IE | Cc: | Satya Minnekanti, joek, Damian |
Description
To reproduce:
- select some text
- right-click your mouse to open the context menu
Result: selection is not visible (but if you choose "copy", the content is copied properly).
This bug does not occur in FCKeditor. Confirmed in IE6, IE7 and IE8.
Attachments (1)
Change History (14)
comment:1 Changed 15 years ago by
Milestone: | → CKEditor 3.2 |
---|
comment:3 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.3 |
---|
comment:4 Changed 15 years ago by
If no easy fix could be found for the 3.2, the only solution would be having the selection styled while the context menu is opened, just like we do for the find dialog.
AFAIK that's the only way for it...
Changed 15 years ago by
Attachment: | 4666.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
The patch emulates the blurred selection mark of other browsers on IE.
comment:6 Changed 15 years ago by
Milestone: | CKEditor 3.3 → CKEditor 3.4 |
---|
comment:8 Changed 15 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:9 Changed 14 years ago by
Cc: | Satya Minnekanti joek Damian added; satya_minnekanti@… removed |
---|
#5947 has been marked as DUP.
comment:10 Changed 14 years ago by
Keywords: | WorksForMe added; Confirmed removed |
---|
I can not reproduce the bug anymore on the current trunk.
comment:11 Changed 14 years ago by
Keywords: | IBM added |
---|
This bug can not be reproduced from revision 5667 onwards. It appears to have been fixed indirectly.
comment:12 Changed 14 years ago by
Keywords: | Review? removed |
---|---|
Milestone: | CKEditor 3.4 |
Resolution: | → fixed |
Status: | assigned → closed |
Great, feel free to open the ticket again for any new discovery.
comment:13 Changed 14 years ago by
Funny. I was a little afraid while doing the change to mark the contextmenu as unselectable because it could have some drawback with regards to accesibility, but instead it has fixed this problem.
We could try to understand how V2 handles the context menu, but I think there is no easy way for that as much probably this works well there because we use IE popups, not floating iframes like in V3.
If no easy fix could be found for the 3.2, the only solution would be having the selection styled while the context menu is opened, just like we do for the find dialog.