Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#8892 closed defect (fixed)

Numbered lists cannot exceed 9 items

Reported by: pawal@… Owned by: Christian Boos
Priority: normal Milestone: 0.12
Component: wiki system Version: 0.11.5
Severity: normal Keywords: wiki, lists, numbered
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

When makings over ten entries in a numbered list, number 10 will wrap back to the number 1, and all entries after that will also be 1.

Example: http://trac.opendnssec.org/wiki/HSM/Products/SCA6000/Procedures?version=15

Attachments (0)

Change History (5)

comment:1 by Christian Boos, 14 years ago

Description: modified (diff)
Milestone: next-minor-0.12.x

Ok, consecutive items work fine:


 1. abc
 2. def
 3. hij
 4. klm
 5. nop
 6. qrs
 7. tuv
 8. wxy
 9. z
 10. 012
 11. 345
 12. ...
  1. abc
  2. def
  3. hij
  4. klm
  5. nop
  6. qrs
  7. tuv
  8. wxy
  9. z
  10. 012
  11. 345

 1. abc
 1. def
 1. hij
 1. klm
 1. nop
 1. qrs
 1. tuv
 1. wxy
 1. z
 1. 012
 1. 345
 1. ...
  1. abc
  2. def
  3. hij
  4. klm
  5. nop
  6. qrs
  7. tuv
  8. wxy
  9. z
  10. 012
  11. 345

The problem happens with "restarted" lists:

  1. first

...

  5. fifth

...

 10. tenth
  1. first

  1. fifth

  1. tenth

comment:2 by Christian Boos, 14 years ago

Description: modified (diff)

(well, plain URLs don't support TracLinks syntax ;-) )

comment:3 by alvaro.iradier@…, 14 years ago

Another example:

'''First steps'''

 1. Do this
 2. Do that
 ...
 9. Then this

'''Next steps'''

 10. Now this is wrong
 11. This is wrong again..
 ...
 19. More steps

'''And more'''

 20. This is ok
 21. This ok too

 ...

Results in:

First steps

  1. Do this
  2. Do that …
  3. Then this

Next steps

  1. Now this is wrong
  2. This is wrong again.. …
  3. More steps

And more

  1. This is ok
  2. This ok too

comment:4 by Christian Boos, 14 years ago

Milestone: next-minor-0.12.x0.12
Owner: set to Christian Boos
Status: newassigned

Thanks for the example, the issue was actually quite trivial.

comment:5 by Christian Boos, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r9208.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.