Opened 12 years ago
Last modified 12 years ago
#6460 confirmed Bug
IE: Shift+Enter and nestes lists issue
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE | Cc: | kenny.demetter@… |
Description
In IE6 there's Shift+Enter and nestes lists issue.
Steps to reproduce
- Use following contents with selection:
<ul> <li> test 1^ <ul> <li> test 11</li> <li> test 12</li> </ul> </li> </ul>
- Press Shift+Enter
Expected: New line (not a list item) below "test 1" is created.
Actual: Cursor is moves into the "test 11" line.