Opened 16 years ago
Closed 16 years ago
#3083 closed New Feature (fixed)
V3 : ENTER Key
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.
Attachments (2)
Change History (7)
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 |
comment:2 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
There's a major problem with table cells:
- Open enterkey.html sample in IE.
- Create a table.
- Put cursor into the second cell in the first row.
- Press Enter.
- The table cell is deleted.
There're also other problems with list items, but it's already said in the comments that we're not really supporting lists well yet.
Changed 16 years ago by
Attachment: | 3083_2.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
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.