KyleRombach / wmd-new

Automatically exported from code.google.com/p/wmd-new
0 stars 0 forks source link

Ordered list followed by unordered list converts the first list to an unordered list #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start with an ordered list, ie: 1. test\n2. test\n3. test
2. Leave a gap then try to start an unordered list, ie: - new list
3. Press Enter

What is the expected output? What do you see instead?

EXPECTED:
1. test
2. test
3. test

- new list
- [List item]

ACTUAL (1):
 - test
 - test
 - test

 - new list
-

 - [List item]-

-

ACTUAL (2):
- test
- test
- test

- new list

- [List item]

Note, [List item] means the default list item text, highlighted.

ACTUAL (1) is the output on Chrome, from the current version of wmd-new at 
http://wmd-new.googlecode.com/hg/wmd-test.html

ACTUAL (2) is the output on Firefox from the current version, and the output 
from Chrome on my version that has the fix for Issue 9 in place.

What version of the product are you using? On what operating system?
Chrome 11.0.696.71
Firefox 3.6.17

Please provide any additional information below.

Original issue reported on code.google.com by scott.vi...@gmail.com on 28 May 2011 at 2:48