Edgewall Software

Opened 14 years ago

Last modified 14 years ago

#8892 closed defect

Numbered lists cannot exceed 9 items — at Version 2

Reported by: pawal@… Owned by:
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

Change History (2)

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 ;-) )

Note: See TracTickets for help on using tickets.