Opened 10 years ago
Last modified 8 years ago
#13180 closed Bug
FF: Cursor stops before non content editable element when pressing left arrow key — at Version 1
Reported by: | Inga | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3 |
Keywords: | Firefox | Cc: | Satya Minnekanti |
Description (last modified by )
Steps to reproduce:
- Go to http://ckeditor.swg.usma.ibm.com/
- In the console: CKEDITOR.instances.editor1.insertHtml('aaa <a contenteditable="false" href="www.ibm.com">@Amy Jones126</a> aaa')
- Same for a similar structure more similar to mentions
- In the console: CKEDITOR.instances.editor1.insertHtml('aaa <span contenteditable="false"><a href="www.ibm.com">@Amy Jones126</a></span> aaa')
- Press the left arrow key...