Opened 11 years ago
Closed 11 years ago
#10810 closed Bug (duplicate)
[Webkit]: Cursor jumping to start of editor body when we press enter after last list item in outer list
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM | Cc: | Damian, Teresa Monahan, Irina |
Description
To reproduce the defect:
- Open any sample in nightly build
- Type some text & create a simple 2-level Numbered/Bulleted list below it
- Keep cursor at end of last list item in outer Numbered/Bulleted list and press Enter
Expected Result: A new list item created in outer list and cursor stays after the new Number/Bullet that was created
Actual Result: A new list item created in outer list but cursor jumping to start of editor body.
This is happening in all Webkit browsers (Chrome, Safari & Opera)
I think it is a DUP of #10247.