Opened 16 years ago
Closed 16 years ago
#3364 closed Bug (duplicate)
Pressing enter at the end of a bulleted list does not end the list
Reported by: | Josh Nisly | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 Beta |
Keywords: | Cc: |
Description
When creating a bulleted list, if the cursor is at the end of the list on a new item and enter is pressed, a new bullet is created instead of ending the list. For example:
* Item 1 * Item 2 * | <-- Cursor here. Enter pressed.
Instead of ending the list:
* Item 1 * Item 2 | <-- Cursor here.
A new bullet is created:
* Item 1 * Item 2 * * | <-- Cursor here.
This can be consistently reproduced with the nightly samples.
Change History (4)
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
BTW, it's a CKEditor feature to use 'Decrease Indent' command to degrade/remove a list item just like 'Backspace' keystroke, which works well in all browser.
comment:3 Changed 16 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Sorry, it's my mistake, we need this feature, it will be fixed at #3312.
comment:4 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Duplicate of #3312.
Replying to highjinx_53: The correct way of leaving list should be the following instead:
Now CKEditor works in this way in IE but not Firefox, it will be fixing by introducing the 'Backspace' key behavior later.