Ticket #1100 (closed Bug: fixed)

Opened 12 months ago

Last modified 4 months ago

Indented number list adds </dd>

Reported by: nimdae Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version: SVN
Keywords: Pending Cc:

Description

When creating a list, there are times I need an indention without the numbering, but numbering to continue. Here's some sample wiki code:

# Num listing one
## Nested num listing one
# Num listing two
#: Indention to num listing two
# Num Listing three

The #: line is not translated correctly. It will end up like this with FCKeditor in wikitext mode:

# Num listing one
## Nested num listing one
# Num listing two <dl><dd>Indention to num listing two</dd></dl>
# Num Listing three

Then for some reason, if I edit/preview again, it will screw up on the </dd> tag and we see this:

# Num listing one
## Nested num listing one
# Num listing two <dl><dd>Indention to num listing two&lt;/dd&gt;</dd></dl>
# Num Listing three

Every preview/update will re-render the </dd> incorrectly, which adds more </dd> tags to the displayed text.

Change History

Changed 6 months ago by w.olchawa

  • keywords Pending added; mediawiki list removed

Hi! I was unable to reproduce your problem. Could please write what kind of browser are you using? My test results are different from yours. Your code:

# Num listing one
## Nested num listing one
# Num listing two
#: Indention to num listing two
# Num Listing three

is transformed to this code when switching between source view and wikitext:

# Num listing one 
## Nested num listing one
# Num listing two 
:Indention to num listing two

# Num Listing three

It is still a bug tough. Could you please check again and see if you have simillar results. Thanks

Changed 4 months ago by wwalc

  • status changed from new to closed
  • resolution set to fixed

Fixed with [1860].

Changed 4 months ago by wwalc

Plese post all problems with lists in ticket #1003.

Note: See TracTickets for help on using tickets.