XF2 iOS/Numbered Lists Funny

Black Hole

May contain traces of nut
Testing (in Win/Chrome):
  1. Test 1
  2. Test 2
  3. Test 3
Hmm. When I was doing this in iOS, I couldn't get it to create the next numbered item by hitting Return - I had to create a dummy last item, and insert items above it (which worked).
 
Safari/iOS 11.1:
  1. Test 2
  2. Test 1
Yep. Here's what happened: started the ordered list, typed "Test 1". Clicked return, and the number 2 appeared briefly before vanishing and the cursor jumping back to the end of the first item. The same happened every time I tried it. The way I managed to break that loop was to place the cursor at the start of "Test 1" and return, which then promoted Test 1 to item 2 and create an empty item 1. After that, positioning the cursor at the end of item 2 works fine (return creates item 3, return again terminates the list).
 
Back
Top