Changes between Initial Version and Version 6 of Ticket #16968
- Timestamp:
- Apr 26, 2017, 3:07:37 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16968
-
Property
Status
changed from
new
toclosed
- Property Owner set to kkrzton
-
Property
Resolution
changed from
to
fixed
-
Property
Summary
changed from
Paste as plain text doesn't work in Safari
to[Safari] Paste as plain text is not handled by the editor
-
Property
Status
changed from
-
Ticket #16968 – Description
initial v6 1 1. Open CKE in Safari. 2 2. Select some rich text. 3 3. Press `cmd+shift+v`. 1 Since in #16954 we improved paste and paste as text commands, it would make sense to control paste as plain text with our custom logic, rather than rely on browser implementation. 4 2 5 == Expected 3 This will give us a better control over the content and more importantly will greatly improve consistency between the browsers. 6 4 7 Plain text gets pasted. 8 9 == Actual 10 11 Nothing happens. 12 13 == Other remarks 14 15 While fixing it's important to remember that notification visible after clicking paste as plain text button in the toolbar, should reflect the fix. I'm talking about hotkey. 16 17 It's a follow up from #16954. 18 19 **No need to create changelog entry, as this feature has not been published yet.** 5 It will also automatically include the keystroke in any toolbar/context menu label, just as for any other command.