Opened 15 years ago
Last modified 14 years ago
#5921 confirmed Bug
Unable to move cursor below a DIV if the DIV is the last element — at Initial Version
Reported by: | Trinitonn | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3.1 |
Keywords: | Cc: |
Description
Steps to reproduce:
- Start with a editor clean of any HTML.
- Insert a DIV using the DIV Container toolbar-button.
- When cursor is inside the DIV, try to move the cursor outside the DIV for further writing. That dosent work.
This happens only of the DIV is the last element in the editor. If there is a span or paragraph below the DIV, you are able to mouseclick/press key down to move the cursor in position outside and below the DIV.
A similar bug has been reported before: http://dev.ckeditor.com/ticket/994
Summary: When a DIV Container is the only element in the editor, you are unable to get the cursor outside the DIV if you want to type something else. A workaround is to type something first, then move the cursor above the text and insert a DIV there - that makes the DIV the second last element. But we can't relay on our clients to know this workaround.
Tip: I added a border which made it easier to see the DIV and understand the issue.
Tested and fails in: Firefox 3.5.10 Opera 10.10 Chrome Google Chrome 5+ IE 6, 7, 8.