Opened 13 years ago

Closed 11 years ago

#7001 closed Bug (fixed)

Cannot delete a line (paragraph) below the table

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc: akeusch@…

Description

It is impossible to end a document with a table. CKEditor is adding an extra paragraph at the end.

Caused by #5766.

Change History (3)

comment:1 Changed 13 years ago by alexk

Cc: akeusch@… added

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.4.23.0

Let’s say there are three ways to delete a paragraph.

  1. First is to place the cursor at the last line (in paragraph under table) and delete it pressing backspace (one or more times).
  2. Second is to place the cursor in last row, last column in table and press Delete (one or more times). In this case last cell is empty.
  3. Third is is to place the cursor in last row, last column in table and press Delete (one or more times). In this case last cell has some text inside.

IE - you can’t delete last paragraph with any method. First one hasn’t been working from CKE 3.0, Second and Third from CKE 3.4.2.

Chrome – First method moves cursor to table and leaves the paragraph. Second method moves cursor to last paragraph and leaves it untouched. Third method leaves the curosor inside the table but does not delete the paragraph. This has been from CKE 3.4.2

Opera – First method moves cursor to table and leaves the paragraph. Second method Moves the cursor up the table with every Delete button pressed and leaves the paragraph. Both methods hasn’t been working from CKE 3.4.2.
Third method works, the paragraph gets deleted (you can confirm it by switching to source).

Firefox – First method hasn’t been working from CKE 3.0. If you press Backspace two times quickly the cursor disappears. The paragraph is still visible in elements path and if you type some text it will be typed directly under table.
Second and Third method work. You can confirm it by switching to source.

comment:3 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: confirmedclosed

Expired. I could remove paragraph after the table by pressing backspace while having caret in it. Perhaps this behaviour was fixed when we introduced magicline.

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