Opened 15 years ago
Closed 15 years ago
#5095 closed Bug (fixed)
CKEditor: Safari deletes selected text when browser Edit menu is clicked
Reported by: | rgm | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | Core : Pasting | Version: | 3.1 |
Keywords: | Confirmed Safari Mac | Cc: | technology@… |
Description (last modified by )
- Select text in CKEditor on Safari on a Mac.
- Click Safari's Edit menu.
The selected text disappears.
Change History (5)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Confirmed Safari Mac added |
Milestone: | → CKEditor 3.3 |
comment:2 Changed 15 years ago by
The problem is that Safari is firing the "beforepaste" event when clicking the "Edit" menu. I've opened a ticket for it at WebKit:
https://bugs.webkit.org/show_bug.cgi?id=34894
We may try using "beforepaste" in the clipboard plugin on WebKit, otherwise we'll need a browser fix.
comment:3 Changed 15 years ago by
Component: | General → Core : Pasting |
---|---|
Owner: | set to Alfonso Martínez de Lizarrondo |
The patch in #4988 fixes the problem using the "paste" event instead of "beforepaste"
comment:4 Changed 15 years ago by
Milestone: | CKEditor 3.3 → CKEditor 3.2 |
---|
Confirmed on Mac only.