Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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

  1. One
  2. Two

...

  1. Eight
  2. Nine
  3. Ten

becomes

  1. One
  2. Two

... 8.

. bullet 1 . bullet 2

  1. Nine
  2. Ten

Change History (7)

comment:1 Changed 10 years ago by jaloka

Keywords: numbered bulleted lists added

comment:2 Changed 10 years ago by Piotrek Koszuliński

Keywords: numbered bulleted lists removed
Resolution: invalid
Status: newclosed
Version: 4.3

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.

comment:3 in reply to:  2 Changed 10 years ago by jaloka

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:

  1. One
  2. two
  3. Three . bullet 1 . bullet 2

this is some summary text about the bullets belonging to number 3.

  1. Four

The last number 4. will reset to 1.

Last edited 10 years ago by jaloka (previous) (diff)

comment:4 Changed 10 years ago by jaloka

Last edited 10 years ago by jaloka (previous) (diff)

comment:5 Changed 10 years ago by Jakub Ś

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.

  1. Let's say you have created numbered list with 2 points and you want second point to be bullet.
  2. 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 in reply to:  5 Changed 10 years ago by jaloka

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.

  1. Let's say you have created numbered list with 2 points and you want second point to be bullet.
  2. 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 10 years ago by Piotrek Koszuliński

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy