#11217 closed Bug (invalid)
numbered list is reset to 0 when adding a bulleted list in the numbered list
Reported by: | jaloka | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- One
- Two
...
- Eight
- Nine
- Ten
becomes
- One
- Two
... 8.
. bullet 1 . bullet 2
- Nine
- Ten
Change History (7)
comment:1 Changed 11 years ago by
Keywords: | numbered bulleted lists added |
---|
comment:2 follow-up: 3 Changed 11 years ago by
Keywords: | numbered bulleted lists removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.3 |
comment:3 Changed 11 years ago by
Replying to Reinmar:
I don't see a bug here. Numbered list is followed by a bulleted list which is followed by a numbered lists. All 3 are separate, so numbered lists start from 1. If you want to nest bulleted list inside numbered list then use indent button or tab key.
My original description was missing an important factor. If you have a numbered list and say at number 8 add a bulleted list to the numbered list, it is not possible to add any text the original numbered item 8. If you do you will cause the following numbered list to reset at 0.
For example:
- One
- two
- Three
. bullet 1
. bullet 2
this is some summary text about the bullets belonging to number 3.
- Four
The last number 4. will reset to 1.
comment:5 follow-up: 6 Changed 11 years ago by
I have just tried editor and everything seems to work fine. I think that what you have is simple missunderstanding on how to use lists.
- Let's say you have created numbered list with 2 points and you want second point to be bullet.
- Click on the list item and indent it first (arrows right next to lists)
3.Only then click on bullet list to create a bullet (this works similar as in Word).
comment:6 Changed 11 years ago by
Replying to j.swiderski:
I have just tried editor and everything seems to work fine. I think that what you have is simple missunderstanding on how to use lists.
- Let's say you have created numbered list with 2 points and you want second point to be bullet.
- Click on the list item and indent it first (arrows right next to lists)
3.Only then click on bullet list to create a bullet (this works similar as in Word).
Perhaps I am explaining poorly - I will try again.
Create a number lists with say four elements (#1,#2,#3 and #4). Now add a bulleted list to item #3. After you have added the bulleted list, now add some text below it but still belonging to the 3rd item in the number list (i.e. #3). What happens to the item #4 in the original list? It has turned into #1 for a new number list. This is a bug - not a bad one but a bug.
comment:7 Changed 11 years ago by
I've got no idea how you create such list. Could you explain not what you want to do, but rather how you do that? What do you click or press, step by step.
The result which I got is:
<ol> <li>a</li> <li>b</li> <li>c <ul> <li>ccc</li> <li>ccc</li> <li>ccc</li> </ul> </li> <li>e</li> <li>d</li> </ol>
And this renders perfectly ok. 1,2,3,dot,dot,dot,4,5.
I don't see a bug here. Numbered list is followed by a bulleted list which is followed by a numbered lists. All 3 are separate, so numbered lists start from 1. If you want to nest bulleted list inside numbered list then use indent button or tab key.