Opened 15 years ago
Closed 12 years ago
#5476 closed Bug (wontfix)
Enter key before sub list not right
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Discussion | Cc: |
Description ¶
Reproducing Procedures ¶
- Load any of the sample page and fill the editor with the following contents:
<ol> <li> item1</li> <li> <ol> <li> item2</li> </ol> </li> </ol>
- Place the cursor at the beginning of the second list item (empty content) and press 'Enter' key;
- Expected Result:
<ol> <li> item1</li> </ol> <p> </p> <ol> <li> item2</li> </ol>
- Actual Result:
<ol> <li> item1</li> <li> </li> <li> <ol> <li> item2</li> </ol> </li> </ol>

Change History (2)
comment:1 Changed 15 years ago by
Keywords: | Discussion added |
---|
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This issue expired. However, I reported #10247 because this there is a separate issue on Webkits.

I have some doubts about. The fact is that that item is not really empty... it contains a sublist. I think the current behavior is ok.