[Research] Integrate iOS9 keyboard toolbar with the editor
iOS9 introduced keyboard toolbar that includes buttons like undo, paste, bold, etc. At the moment, they are not supported by CKEditor but a native browser's implementation is used instead.
Research needed: It might be possible to override native document.execCommand
(along queryCommandState
?) and handle toolbar buttons in CKEditor, if executed in the right context.
Change History (11)
Description: |
modified (diff)
|
Summary: |
Integrate iOS9 keyboard toolbar with the editor →
[Research] Integrate iOS9 keyboard toolbar with the editor
|
Type: |
Bug →
Task
|
Milestone: |
CKEditor 4.5.5 →
CKEditor 4.5.6
|
Milestone: |
CKEditor 4.5.6 →
CKEditor 4.5.7
|
Milestone: |
CKEditor 4.5.7 →
CKEditor 4.5.8
|
Milestone: |
CKEditor 4.5.8 →
CKEditor 4.5.9
|
Milestone: |
CKEditor 4.5.9 →
CKEditor 4.5.10
|
Milestone: |
CKEditor 4.5.10 →
CKEditor 4.5.11
|
Milestone: |
CKEditor 4.5.11
|
Interesting! :)