Opened 12 years ago
Last modified 11 years ago
#10209 confirmed Bug
[FF] Odd cursor position after deleting single bullet point
Reported by: | ckeditor_user | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | IBM Firefox | Cc: | Teresa Monahan, Satya Minnekanti |
Description
In Firefox 19, the cursor moves to the far right after deleting unordered list that contains a single list item.
Steps to reproduce:
1) Open Firefox
2) Load CKEditor with the following HTML source:
<p>A line of text</p> <ul> <li>First bullet point</li> </ul>
3) While CKEditor is in WYSIWYG mode, select "First bullet point" as in the first screenshot.
4) Press delete or backspace on the keyboard.
5) The cursor ends up on the same line as the remaining paragraph, but oddly at the far right of the editing area (second screenshot, circled in red).
This was discovered on Windows 7 64-bit using CKEditor 4.0.2. I was not able to reproduce the behavior in IE9 or Chrome25.
Attachments (2)
Change History (5)
Changed 12 years ago by
Attachment: | screenshot1 - FF cursor before.png added |
---|
Changed 12 years ago by
Attachment: | screenshot2 - FF cursor after.png added |
---|
Step 5 - cursor ends up at far right
comment:1 Changed 12 years ago by
Keywords: | Firefox added |
---|---|
Status: | new → confirmed |
Version: | 4.0.2 → 4.0 |
Problem can be reproduced from CKEditor 4.0 in Firefox only.
comment:2 Changed 11 years ago by
Cc: | Teresa Monahan Satya Minnekanti added |
---|---|
Keywords: | IBM added |
#10965 was marked as duplicate.
TC from that ticket (the same thing for links happens also for lists)
To Reproduce:
- Use ajax sample
- Type in a word, e.g. test, select it by using Ctrl + A
- Insert a link
- Press the right arrow key
Problem: Cursor moves to the very right of the line
- Continue typing
I believe this may have something to do with BR tag included in LI or A elements and how editor handles it. It was working fine till CKEditor 4.0 beta
comment:3 Changed 11 years ago by
There is very similar issue: #10847. I believe they both duplicate each other and can be fixed with one patch.
Step 3 - list item text selected