Opened 14 years ago
Closed 12 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 14 years ago by
Cc: | akeusch@… added |
---|
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.4.2 → 3.0 |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
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.
Let’s say there are three ways to delete a paragraph.
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.