Page MenuHomePhabricator

VisualEditor: Two adjacent paragraphs made lists in separate actions are made into two lists, not one list with two items
Closed, DeclinedPublic

Description

Wrongly ordered list

Steps to reproduce:

-Click on the "Edit" button of the Visual Editor.
-Have multiple lines to be listed in a Numbered list.
For Example:
Item One
Item Two
-Now select the first line "Item One" and click on the icon of "Numbered list" to number this item
-Now again select the both lines "Item One" and "Item Two"
-Click on the icon of "Numbered List"

Observed Result:
Both the lines are now numbered with order 1 like following:

1.Item One
1.Item Two

Expected Result:
The numbered list should maintain the continuous order if selected a previously ordered line like following:

1.Item One
2.Item Two


Version: unspecified
Severity: normal

Attached:

wrongly_ordered_list.png (768×1 px, 154 KB)

Details

Reference
bz56342

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:19 AM
bzimport set Reference to bz56342.

This is intentional behaviour; re-titling and marking WONTFIX.