Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
4.2-rc-1
-
None
-
Unknown
-
N/A
-
N/A
-
Description
- Edit a page in Wiki editor
- Click the "Bulleted List" or "Numbered List" buttons several times
- You will notice that the editor will insert "1.List item" or "* List item"
- besides that, after each insert, the editor puts a blank line.
This can be confusing for the end user because he expects that the button inserts an element, but in reality it inserts a whole list with only one element. This is why the blank line is put after, to mark the end of the list.
I'd suggest that we improve the editor to add, when pressing the bulleted or numbered list something like:
1. item 1
1. item 2
1. item 3
<blank line>
- item 1
- item 2
- item 3
<blank line>
Doing this, there would be no more confusion for the end-user.