Opened 12 years ago
Last modified 12 years ago
#10595 confirmed Bug
Wrong caret position after ENTER on list item with sub-list
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | 4.0 |
Keywords: | Webkit | Cc: |
Description
- Load this HTML:
<ul> <li>x <ul> <li>y</li> </ul> </li> </ul>
- Place the caret after "x".
- ENTER
Current results:
The new list item will be properly created, but the caret will be blinking right before "x".
Expected results:
The caret should be blinking in the new empty list item.
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Keywords: | Webkit added |
---|---|
Version: | 4.1.3 (GitHub - master) → 4.0 |
I was able to reproduce this problem in Webkit (both Safari and Chrome) from CKEditor 4.0 (works fine in 4.0 beta and 3.x).