Modify ↓
Opened 15 years ago
Closed 15 years ago
#8892 closed defect (fixed)
Numbered lists cannot exceed 9 items
Reported by: | 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 )
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 , 15 years ago
Description: | modified (diff) |
---|---|
Milestone: | → next-minor-0.12.x |
comment:2 by , 15 years ago
Description: | modified (diff) |
---|
(well, plain URLs don't support TracLinks syntax ;-) )
comment:3 by , 15 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
- Do this
- Do that …
- Then this
Next steps
- Now this is wrong
- This is wrong again.. …
- More steps
And more
- This is ok
- This ok too
…
comment:4 by , 15 years ago
Milestone: | next-minor-0.12.x → 0.12 |
---|---|
Owner: | set to |
Status: | new → assigned |
Thanks for the example, the issue was actually quite trivial.
Note:
See TracTickets
for help on using tickets.
Ok, consecutive items work fine:
The problem happens with "restarted" lists:
…
…