Last modified: 2014-03-18 13:23:44 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T64758, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62758 - Nested definition list in wikicode. Continuation after nested list fails.
Nested definition list in wikicode. Continuation after nested list fails.
Status: UNCONFIRMED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.23.0
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-17 22:48 UTC by wmbgzll
Modified: 2014-03-18 13:23 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description wmbgzll 2014-03-17 22:48:39 UTC
Wikicode:

; term 1
: description of term 1
; term 2
: this description contains a list
:; term 2-1
:: description of term 2-1
:; term 2-2
:: description of term 2-2
; term 3
: description of term 3

The list is broken after the nested list. Shouldn't it work like this?

If you add a (empty) description at main level, the list is not broken:

; term 1
: description of term 1
; term 2
: this description contains a list
:; term 2-1
:: description of term 2-1
:; term 2-2
:: description of term 2-2
:
; term 3
: description of term 3

Tested with MediaWiki 1.22.3, $wgUseTidy: false. The empty description (<dd></dd>) is in produced HTML.
Tested with MediaWiki 1.23wmf18 (3ebd53e), $wgUseTidy: true. The empty description (<dd></dd>) is not in produced HTML.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links