Opened 16 years ago
Closed 16 years ago
#2977 closed Bug (fixed)
Focus issues when inserting a numbered list
Reported by: | Damian | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IBM Confirmed Review- | Cc: |
Description (last modified by )
When adding a new numbered list at the end of the document, the list item is inserted correctly but the carat is positioned before the first list item and it is not possible to navigate to the first list item within WYSIWYG mode.
Steps to reproduce:
- Open nightly build. Currently (http://nightly.ckeditor.com/3105/_samples/replacebyclass.html)
- Add new line to the existing text in the editor
- Insert numbered list
Expected behavior: The new list is created with one item and the carat is positioned just after the number of the first item.
Actual behavior: The new list is created as expected. The position of the carat is placed before the first item in the list. It is not possible to navigate to the first item in the list.
Attachments (1)
Change History (9)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
DUP of #2952
comment:3 Changed 16 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
No, it isn't the same issue as #2952.
comment:4 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Martin Kou |
Status: | reopened → new |
Changed 16 years ago by
Attachment: | 2977.patch added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:6 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
Even if the specific case described by the reporter works after the patch, applying lists is still quite unstable.
Cases after applying the patch:
- Load replacebyclass sample.
- Place the caret at the end of the existing paragraph.
- Hit the list button (ERROR!)
- Load replacebyclass sample.
- Place the caret at the end of the existing paragraph.
- Hit ENTER to add a new paragraph.
- Hit the list button. List created (after the patch).
- Hit the list button. List removed.
- Hit the list button. (ERROR!)
comment:7 Changed 16 years ago by
Priority: | Normal → High |
---|
comment:8 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The issue no longer exists in IE6/7, Firefox, Safari and Opera. It should have been fixed by a previous patch.
Applies to bullet lists also