Opened 9 years ago
Closed 9 years ago
#5100 closed Bug (fixed)
Context menu items are draggable in Firefox and Safari
| Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4 |
| Component: | UI : Context Menu | Version: | 3.1 |
| Keywords: | IBM Confirmed Review+ | Cc: | Satya Minnekanti, Damian, joek |
Description
Open the context menu and try to drag any of the items, it will work in Firefox and Safari (I guess that also Chrome). Opera doesn't allow dragging even the content itself, so of course it doesn't have this bug. IE behaves correctly.
The OK and Cancel buttons in the dialogs are also draggable, although they can't be dropped into the content.
Attachments (2)
Change History (8)
comment:1 Changed 9 years ago by
| Cc: | Satya Minnekanti Damian joek added |
|---|---|
| Keywords: | IBM added |
comment:2 Changed 9 years ago by
| Milestone: | → CKEditor 3.4 |
|---|
Changed 9 years ago by
| Attachment: | 5100.patch added |
|---|
comment:3 Changed 9 years ago by
| Keywords: | Review? added |
|---|---|
| Owner: | set to Garry Yao |
| Status: | new → assigned |
comment:4 Changed 9 years ago by
| Owner: | changed from Garry Yao to Alfonso Martínez de Lizarrondo |
|---|---|
| Status: | assigned → new |
I think that this approach is simpler and can work better.
comment:6 Changed 9 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
This is basically the same trick used in v2, I just looked at what magic was used there.
Fixed with [5667]

#5475 has been marked as dup