Last modified: 2014-03-11 02:23:44 UTC
Steps to reproduce: 1.Open the editor 2.Create a numbered list with 4 items.For example: # item 1 # item 2 # item 3 # item 4 3.Now place the cursor at the end of item 2 and press enter 4.Add a new item 3( it gets added properly) 5.Now place the cursor just before item 1 and press enter to move it to the next line 6.Type a new item1 in first line 7.Delete the new item Observed Result: The order (1.) does not get deleted.In read mode the list appears like this: 1. 2. item 1 3. item 2 4. new item 3 5. new item 4 6. item 3 7. item 4 After saving, in read mode the list appears as follows: 1.item 1 2.item 2 3.new item 3 4.new item 4 5.item 3 6.item 4
Test Environment:https://test2.wikipedia.org/ Browser: Chrome Version 26.0.1410.65 & FF 25 OS: MAC OS X 10. 8. 5 Page:https://test2.wikipedia.org/w/index.php?title=Another_page20th
Created attachment 14149 [details] In edit source mode
Created attachment 14150 [details] In VE edit mode
Created attachment 14151 [details] In read mode
I think that this is "expected" behaviour (blank <li>s don't show in read mode, but do in wikitext and VE), confusingly.