Opened 15 years ago
Closed 15 years ago
#5459 closed Bug (fixed)
ENTER on empty list item has no effect when re-creating editor
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | UI : Enter Key | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed | Cc: |
Description
- Open the Ajax sample.
- Type a single line of text.
- Remove the editor and recreate it.
- Create a list item for the loaded line of text.
- At the end of the list item, hit ENTER to create a new item.
- Hit ENTER again.
Nothing happens.
Confirmed with FF 3.6 at least. Works well with the 3.2.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
It's due to one exception described at #5345 that prevent 'selectionChange ' event from properly handled.
Supposed to be fixed by #5345.