Opened 15 years ago

Closed 15 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 Frederico Caldeira Knabben)

Implement the ENTER key customization in V3.

Attachments (2)

3083.patch (23.5 KB) - added by Frederico Caldeira Knabben 15 years ago.
3083_2.patch (28.5 KB) - added by Frederico Caldeira Knabben 15 years ago.

Download all attachments as: .zip

Change History (7)

Changed 15 years ago by Frederico Caldeira Knabben

Attachment: 3083.patch added

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Description: modified (diff)
Keywords: Review? added
Status: newassigned

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.

comment:2 Changed 15 years ago by Martin Kou

Keywords: Review- added; Review? removed

There's a major problem with table cells:

  1. Open enterkey.html sample in IE.
  2. Create a table.
  3. Put cursor into the second cell in the first row.
  4. Press Enter.
  5. 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 15 years ago by Frederico Caldeira Knabben

Attachment: 3083_2.patch added

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review? added; Review- removed

comment:4 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:5 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [3194].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy