Opened 16 years ago
Last modified 16 years ago
#3083 closed New Feature
V3 : ENTER Key — at Version 1
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
Implement the ENTER key customization in V3.
Change History (2)
Changed 16 years ago by
Attachment: | 3083.patch added |
---|
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Review? added |
Status: | new → assigned |
This patch implements the ENTER and SHIFT+ENTER key in the exact same way we have in V2. It doesn't include support for BACKSPACE and DEL as those should now come in a dedicated plugin.
The ENTER behavior of decreasing indentation in an empty list element is also missing, as it depends on the "list" plugin. We must be able to handle it in that plugin instead, and we still need to understand how to do it. We'll have a dedicated ticket for it.