Edgewall Software

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11187 closed defect (fixed)

Wiki syntax rendering: lists with letters are converted to numbers — at Version 6

Reported by: schlamar Owned by: Jun Omae
Priority: normal Milestone: 1.0.2
Component: wiki system Version: 1.0.1
Severity: normal Keywords:
Cc: stein.somers@… Branch:
Release Notes:

Fix wrong rendering list with letters in wiki to list with numbers in html.

API Changes:
Internal Changes:

Description

Input:

a. 1
b. 2

s. x

Output:

  1. 1
  2. 2
  1. x

Change History (6)

comment:1 by schlamar, 11 years ago

Component: renderingticket system

Ah, this issue affects only ticket comments.

Same issue in this Trac instance. The following is actually s. x:

  1. x

comment:2 by Christian Boos, 11 years ago

Component: ticket systemwiki system
Milestone: next-stable-1.0.x

Funny indeed.

comment:3 by Jun Omae, 11 years ago

It seems that the issue is introduced in r10534….

  • trac/htdocs/css/ticket.css

    diff --git a/trac/htdocs/css/ticket.css b/trac/htdocs/css/ticket.css
    index c482dee..17e181f 100644
    a b div.comment ul { list-style: disc }  
    159159div.comment ul ul, div.comment ol ul { list-style: circle }
    160160div.comment ul ul ul, div.comment ol ul ul { list-style: square }
    161161div.comment ul ol ul, div.comment ol ol ul { list-style: square }
    162 div.comment ol { list-style: decimal }
    163162
    164163/* Comment editor */
    165164#trac-comment-editor { margin-left: 2em; margin-bottom: 1em }

comment:4 by Stein Somers <stein.somers@…>, 11 years ago

Cc: stein.somers@… added

comment:5 by Jun Omae, 11 years ago

Milestone: next-stable-1.0.x1.0.2
Owner: set to Jun Omae
Status: newassigned

comment:6 by Jun Omae, 11 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Applied in [11859] and merged in [11860].

Note: See TracTickets for help on using tickets.